# Option A single option, used in a filter or an action-field. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **String** | The value for this option. | [optional] **label** | **String** | The label for this option. | [optional] **selected** | **Boolean** | Whether or not this option is selected. | [optional] **hits** | **Integer** | Tells how many hits there are for this option. | [optional] **options** | [**List<Option>**](Option.md) | An option can act as a group and thus can itself own a list of options. | [optional]