# AttributesCountDatapoint


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **number** | Count of the attribute value for given key | [default to undefined]
**name** | **string** | Name of the attribute value for given key | [default to undefined]

## Example

```typescript
import { AttributesCountDatapoint } from '@ory/client';

const instance: AttributesCountDatapoint = {
    count,
    name,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
