Flutter Supabase query returns multiple instances
Hey guys, I'm having an issue where I am mapping a many to many relationship in the database between books and genres. However, when I filter this data, it'll return multiple instances of the same book if I query two genres that the book has. How do I stop this? Thanks!