Hello,
i have json metafield in shop metafields and it contains large data.
so we have product groups and each of them it contains other groups.
when i get data from metafield it gives all data but when convert it to json or when using inside for loop it just gives groups less than 32(possible to see on image there is just 31 items in json but normally i have more than this ).
it happens when getting data as json
or using in for loop
{% for group in shop.metafields.custom.product_groups.value %}
is there anyway to getting all data
