# LimitRecordDefinedObjectTypes Read record limits Returns limits and usage per object for records - 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 `LimitRecordDefinedObjectTypes` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `customObjectTypes_overallLimit` | `int64` | | ☐ | The maximum number of custom object records allowed. | | `customObjectTypes_overallPercentage` | `decimal` | | ☐ | The percentage of the overall custom object record limit that has been used. | | `customObjectTypes_overallUsage` | `int64` | | ☐ | The total number of custom object records currently in use. | | `limit` | `int64` | | ☐ | The maximum allowed count for the object type. | | `objectTypeId` | `varchar2` | Ojbect Type ID | ☐ | The unique identifier for the object type. | | `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. |