Returns the count of matching documents
Future<int> count() async { final results = await get(); return results.length; }