Neo4j-notes Find number of nodes MATCH (n) RETURN count(*) as count; Get all labels START n=node(*) RETURN labels(n)