FacetItem
FacetItem🔗
Description🔗
This object represents a facet item with its value and label. The value refers to the keyword used for searching, while the label contains the display version of the item, possibly translated to the users interface language.
Fields🔗
Parameter Name | Type | Description |
---|---|---|
value | string | The search value of the item. |
label | string | The display label of the item. (may be null) |
count | integer | The count of the item. (may be null) |
Examples🔗
{
"value": "ba",
"label": "Bachelor",
"count": 3
}