count abstract method

Future<int> count({
  1. String? userId,
  2. Where? where,
})

Returns the number of entries in the repository.

Implementation

Future<int> count({String? userId, Where? where});