paginationLimitedTo property

  1. @JsonKey(name: r'paginationLimitedTo')
int? paginationLimitedTo
final

Maximum number of search results that can be obtained through pagination. Higher pagination limits might slow down your search. For pagination limits above 1,000, the sorting of results beyond the 1,000th hit can't be guaranteed.

Implementation

// maximum: 20000
@JsonKey(name: r'paginationLimitedTo')
final int? paginationLimitedTo;