Returns the number of entries in the repository.
@override Future<int> count({String? userId, Where? where}) async { _checkInitializationStatus(); return _models.length; }