# CountStat ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **facet** | [**{ [key: string]: FacetValue; }**](FacetValue.md) | The grouping criteria | [default to undefined] **count** | **number** | The count value for the given metric and facet | [default to undefined] ## Example ```typescript import { CountStat } from './api'; const instance: CountStat = { facet, count, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)