Is there a way to get search counting, similar like sql: select count(*) where name='xxx'
in Usergrid 2.1.0-rc1?
I developed a cash app. Users download offers in my app and I reward them their downloading. I will need to know how many offers user download every day, every week and every month to manage their level. So I am expecting a feature to let query the counting instead of always return the entities.
What is your recommendation way to do that in Usergrid 2.1.0-rc1?