I have two tables and i need to slect them (first is note and second users, where note.user_id = users.id). I want to get all notes where date = YYYY.MM.DD and for each note I want the user info from users (select * users). For other situation I used views, but in this case I can not use views (supabase), is there a way to query multiple tables in toddle?