ยฉ 2026 Hedgehog Software, LLC
const { data, error } = await supabase .from('messages') .select('*, users!inner(*)');
users