© 2026 Hedgehog Software, LLC
const users = await db.query.users.findMany({ with: { posts: { with: { comments: true, }, }, }, });