totalSize property

int? totalSize
getter/setter pair

The estimated total count of matched items irrespective of pagination.

The count of results returned by pagination may be less than the total_size that matches.

Implementation

core.int? totalSize;