# FilterValue - storefront - OBJECT Version: 2024-10 ## Description A selectable value within a filter. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [count](/docs/api/storefront/2024-10/scalars/Int): Int! - The number of results that match this filter value. * [id](/docs/api/storefront/2024-10/scalars/String): String! - A unique identifier. * [image](/docs/api/storefront/2024-10/objects/MediaImage): MediaImage - The visual representation when the filter's presentation is `IMAGE`. * [input](/docs/api/storefront/2024-10/scalars/JSON): JSON! - An input object that can be used to filter by this value on the parent field. The value is provided as a helper for building dynamic filtering UI. For example, if you have a list of selected `FilterValue` objects, you can combine their respective `input` values to use in a subsequent query. * [label](/docs/api/storefront/2024-10/scalars/String): String! - A human-friendly string for this filter value. * [swatch](/docs/api/storefront/2024-10/objects/Swatch): Swatch - The visual representation when the filter's presentation is `SWATCH`. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples