count method
Implementation
Future<int> count(SdbClient client, {SdbFindOptions<I>? options}) {
return index.count(client, boundaries: _boundariesKey, options: options);
}
Future<int> count(SdbClient client, {SdbFindOptions<I>? options}) {
return index.count(client, boundaries: _boundariesKey, options: options);
}