Hi,
I come from using postgreSQL, in postgreSQL, we are able to make queries on the JSON object columns directly. Is there a way for velo’s wixData to do the same?
Here is what my object field looks like in my collection:
I would like to check whether or not each array inside this object is empty or not using wixData’s queries and filter results based upon this condition.