count property

bool? count
final

The $count parameter determines whether the total count of records should be included in the response. When set to true, the count of the matching entities will be returned along with the result.

Implementation

final bool? count;