count abstract method

Future<int> count({
  1. String? field,
  2. bool distinct = false,
})

Implementation

Future<int> count({String? field, bool distinct = false});