© 2026 Hedgehog Software, LLC
const { data, error } = await supabase .from("messages") .select("*, auth.users(*)");