Count matching records.
Future<int> count() async { return _source.collection.countWithFinder(_buildFinder()); }