@override Future<int> countDocumentsInCollection(CollectionReference reference) => reference._ref.count().get().then((value) => value.count ?? 0);