© 2026 Hedgehog Software, LLC
findMany()
const data = await db.query.docs.findMany({ with: { articles: { with: { attachments: { count: "Count of attachments here" } } } } });