From 0ea3bbcd42f19218d94dc49daafa181543d6b2df Mon Sep 17 00:00:00 2001 From: gonsolvis-mxp Date: Wed, 12 Nov 2025 12:51:53 +0100 Subject: [PATCH] Update data-type.mdx Limits of a List of Objects: Event Property = 8KB, User Profile Property = 256KB, max 255 keys and no nesting; *average list size = 50 objects* Limit increased, this seems to refer to the old limits. Refer to shipping post on Increased Cart Limits for All Customers --- pages/docs/data-structure/property-reference/data-type.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/docs/data-structure/property-reference/data-type.mdx b/pages/docs/data-structure/property-reference/data-type.mdx index b0a7f97eb5..f09e61da65 100644 --- a/pages/docs/data-structure/property-reference/data-type.mdx +++ b/pages/docs/data-structure/property-reference/data-type.mdx @@ -273,8 +273,6 @@ In each case, the object will have multiple properties, such as "price" and "bra } ``` -Projects with fewer than 100 million events per month can include up to 20 objects per list. For projects exceeding this threshold, the system supports only the first 5 objects in each list. - ### Breakdown and Filter List of objects can be used like other properties in Mixpanel. Upon selecting a list of objects property, you will be prompted to select another property common to the objects in the list. Usage in measurements, filters, and breakdowns follows the same behavior as other [list properties](/docs/data-structure/property-reference/data-type#list-property-support).