How to filter through a nested JSON object in Supbase?

First you spread the joined table via the ... spread operator, in my case I just take the brand_id for this example, I’ll filter on it.



Then you set up the filter on the brand_id to be equal to 132