Found the answer: https://community.wix.com/velo/forum/coding-with-velo/wix-stores-products-collection-fields-bug-or-flaw
Need to add “include”:
wixData.query("Stores/Products").include("collections").find().then((results) => {// handle the results});