How many rows this query currently matches.
Shares the same filter and scope snapshot as page. Ordering is not applied: a count does not have a page.
Future<int> count() => _countOn(session);