count method
Count records with this index key
Implementation
Future<int> count(
SdbClient client, {
SdbBoundaries<I>? boundaries,
/// New api supersede other param
///
SdbFindOptions<I>? options,
}) => impl.countImpl(
client,
options: sdbFindOptionsMerge(options, boundaries: boundaries),
);