How can I query this
I want to query all the items that have an active Listing (not cancelled and sold_quantity < quantity) as an object that look like this
Is that possible using supabase to do it in only 1 query or do I have to do multiple queries ?
Is that possible using supabase to do it in only 1 query or do I have to do multiple queries ?
