FilterResult Object
Description
A single filter option result with match count.
Declaration
type FilterResult {
_id: String!
matches: Float!
id: Float
selected: Boolean
}
Fields
| Name | Type | Description |
|---|---|---|
_id | String! | Unique identifier for the filter option. |
matches | Float! | Number of items matching this filter option. |
id | Float | Numeric identifier for the filter option. |
selected | Boolean | Whether this filter option is currently selected. |