count property
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;
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.
final bool? count;