To find how many Node labels and Relationship types are in a Neo4j database, you can run the apoc.meta.stats() call.
Here is an example:
CALL apoc.meta.stats()