How to load dump using terminal in neo4j desktop

I am trying to load the dump into neo4j and i am using the version 5.7.0

the database I am using is "neo4j(default)"
I am using the below command to load the dump
neo4j-admin database load --verbose --overwrite-destination=true --from-path=/var/path neo4j
it shows "Done: 73 files, 1.130MiB processed" but then the nodes and relationships are not showing up in the local dbms I have created

Is the 5.7.0 the version of the db from the dump file? Or the version for the database you are trying to import to? Or are the dump and new db both on version 5.7.0?

Depending on versions, might need to migrate the data to differing version.