As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Nice to see you're still going through with the tutorials, if you take a peek under our HTML5 tutorials, you will see a section on counting here: http://devcenter.kinvey.com/html5/guides/datastore#counting and it's mentioned down below again in reductive functions. Essentially the count(query, options) command will count the number of items returned by the query.
Thanks,
d
daniel_sedlacek
said
almost 9 years ago
...where the collection is the set of users. I get it now. Thnask
daniel_sedlacek
count(query, options) → {Promise}
Performs a count operation.
Nothing else. What is the count operation that will be performed?