Hi, I'm trying to aggregate returned nodes by an amount of property types.
Basically I have (r:Recipe)-[:HAS_CUISINE]->(c:Cuisine)
I'd like to return 10 recipes from each Cuisine in my database
I feel like it should be something close to
MATCH(c:Cuis...