facets property
Facets for which to retrieve facet values that match the search criteria and the number of matching facet values. To retrieve all facets, use the wildcard character *
. For more information, see facets.
Implementation
@JsonKey(name: r'facets')
final List<String>? facets;