count property

int? get count
inherited

The number of data to be fetched. Default value is 10. Maximum value is 100. This can be used for pagination, in combination with skip.

Implementation

int? get count;