I have a GRANDstack app.
For this app I have a Cypher request in Neo4j like this:
MATCH (c:CLUSTER) WITH c ORDER BY c.cluster_score DESC LIMIT 5 MATCH