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