count abstract method

Future<int> count({
  1. required CountBody body,
  2. String? authorization,
})

Implementation

Future<int> count({required CountBody body, String? authorization});