count method

SupaCountModifier<B, R> count([
  1. CountOption option = CountOption.exact
])

Count the number of records

Counts the number of records in the response.

Implementation

SupaCountModifier<B, R> count([CountOption option = CountOption.exact]) =>
    SupaCountModifier(option, null);