count abstract method

Future<int> count(
  1. CountQuery query
)

Counts records matched by query.

Implementation

Future<int> count(CountQuery query);