# LimitCalculatedPropertiesPerObjectType
Read calculation property limits
Returns overall limit and per object usage for calculated properties
- Catalog: `LimitsTracking`
- Schema: `Basic`
This is a read-only table. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API.
## Table Columns
The columns of the table `LimitCalculatedPropertiesPerObjectType` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `objectTypeId` | `varchar2` | Ojbect Type ID | ☐ | The unique identifier for the object type. |
| `overallLimit` | `int64` | | ☐ | The maximum number of calculated properties allowed. |
| `overallPercentage` | `decimal` | | ☐ | The percentage of the overall limit that is currently being used for calculated properties. |
| `overallUsage` | `int64` | | ☐ | The total number of calculated properties currently in use. |
| `pluralLabel` | `varchar2` | | ☐ | The plural form of the label for the object type. |
| `singularLabel` | `varchar2` | | ☐ | The singular form of the label for the object type. |
| `usage` | `int64` | | ☐ | The number of records used for the object type. |