responseFields property
Properties to include in the API response of search
and browse
requests. By default, all response properties are included. To reduce the response size, you can select, which attributes should be included. You can't exclude these properties: message
, warning
, cursor
, serverUsed
, indexUsed
, abTestVariantID
, parsedQuery
, or any property triggered by the getRankingInfo
parameter. Don't exclude properties that you might need in your search UI.
Implementation
@JsonKey(name: r'responseFields')
final List<String>? responseFields;