tracksWithAtLeast1ArtistWhoseGenreIsRap = await supabase .from("tracks") .select("name, artists ( genre ), id") .filter("artists.genre", ...
確定! 回上一頁