# DatadogAPIClient::V1::MonitorSearchResponseCounts ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **muted** | **Array<Object>** | Search facets. | [optional] | | **status** | **Array<Object>** | Search facets. | [optional] | | **tag** | **Array<Object>** | Search facets. | [optional] | | **type** | **Array<Object>** | Search facets. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonitorSearchResponseCounts.new( muted: null, status: null, tag: null, type: null ) ```