maxHitsPerQuery property
Maximum number of hits this API key can retrieve in one query. If zero, no limit is enforced. > Note: Use this parameter to protect you from third-party attempts to retrieve your entire content by massively querying the index.
Implementation
@JsonKey(name: r'maxHitsPerQuery')
final int? maxHitsPerQuery;