count method
Counts the number of objects that match this query
Implementation
Future<ParseResponse> count() async {
return object.query(_buildQueryCount());
}
Counts the number of objects that match this query
Future<ParseResponse> count() async {
return object.query(_buildQueryCount());
}