count method

Counts the number of objects that match this query

Implementation

Future<ParseResponse> count() async {
  return object.query(_buildQueryCount());
}