count method
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);
Counts the number of records in the response.
SupaCountModifier<B, R> count([CountOption option = CountOption.exact]) =>
SupaCountModifier(option, null);