// Get count of nodes MATCH (n) RETURN labels(n) AS NodeType, count(*) AS Count ORDER BY Count DESC;