Is there a way for me to run the following query in a way that forces communities to contain a certain number of nodes?
CALL gds.louvain.stream('myGraph', { relationshipWeightProperty: 'Weight',
includeIntermediateCommunities: True})
YIELD nodeId, co...