© 2026 Hedgehog Software, LLC
const { data, error } = await supabase .from(LISTINGS_TABLE) .select("*, comments:listingComments(count), likes:listingLikes(count)", { count: "estimated" })
listing?.comments[0]?.count
listing?.likes[0]?.count
listing?.likes?.count
listing?.likes