© 2026 Hedgehog Software, LLC
await db.query.user.findFirst({ with: { posts: true } });
type UserWithPosts = (typeof users._.inferSelect) & {posts: Array<typeof posts._.inferSelect>}