# LimitCustomObjectTypes Read custom object limits Returns limits and usage for custom object schemas - 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 `LimitCustomObjectTypes` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `limit` | `int64` | | ☐ | The maximum number of custom objects allowed. | | `percentage` | `decimal` | | ☐ | The percentage of the custom object limit that is currently used. | | `usage` | `int64` | | ☐ | The current number of custom objects used. |