const { data, error } = await supabase .from('instruments') .select('name, section_id') .eq('name', 'violin') .maybeSingle()