# LimitCustomPropertiesPerObjectType
Read custom property limits
Returns limits and usage per object for custom 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 `LimitCustomPropertiesPerObjectType` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `limit` | `int64` | | ☐ | The maximum allowed count for the object type. |
| `objectTypeId` | `varchar2` | Ojbect Type ID | ☐ | The unique identifier for the object type. |
| `overallLimit` | `int64` | | ☐ | The total limit for custom properties across all objects. |
| `overallPercentage` | `decimal` | | ☐ | The percentage of the overall custom property limit that has been used. |
| `overallUsage` | `int64` | | ☐ | The total number of custom properties currently in use across all objects. |
| `percentage` | `decimal` | | ☐ | The percentage of the limit that has been used. |
| `pluralLabel` | `varchar2` | | ☐ | The plural label for the object type. |
| `singularLabel` | `varchar2` | | ☐ | The singular label for the object type. |
| `usage` | `int64` | | ☐ | The current usage count for the object type. |