I have a product
vertex which has incomming like
edge.
User ------- likes ----------->products
In my search result I want to sort the products based on likes. How this can be done ?
I have a product
vertex which has incomming like
edge.
User ------- likes ----------->products
In my search result I want to sort the products based on likes. How this can be done ?
Just use
groupCount
: