ยฉ 2026 Hedgehog Software, LLC
const { data, error: _error, count } = await supabase .from('tags') .select('*, post_tag!inner(posts!inner())', { count: 'exact' }) .eq('post_tag.posts.status', 'published') .order('tag_count', { ascending: false });
post_tag
{ tag_id: 'f15ca8b0-70ee-4096-aee0-eef4580827eb', name: 'Firebase', created_at: '2023-12-06T03:27:39.647512+00:00', updated_at: '2023-12-06T03:27:39.647512+00:00', post_tag: [ {}, {}, {}, {} ] },