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