Cannot get a multi-reference field from the collection

I have added the wix-stores to my website.
Now, I have ‘Stores/Products’ collection which is read-only mode made by wix-stores When trying to query from this collection I get all the fields like id, currency, product name, etc except the ‘collections’ field which is a multi-reference field.


these are the fields
Please help.

Hello,

Have you tried using queryReferenced() to query your reference field? You can also take a look at this article for more info.

Best regards,

I have used include() function instead of queryReferenced(), but the problem is sorted.
Thanks for the help.