# LimitRecords 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 `LimitRecords` 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. |