# OryClient::GetAttributesCountResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<AttributesCountDatapoint>**](AttributesCountDatapoint.md) | The list of data points. | [readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::GetAttributesCountResponse.new( data: null ) ```