totalNumberOfResults property

int? totalNumberOfResults
final

The total number of items found by the search; however, you can only retrieve up to 100 items. For example, if the search found 192 items, you can only retrieve the first 100 of the items.

Implementation

final int? totalNumberOfResults;