await prisma.user.count({ where: { post: { // between this id: postId } post_id: postId // and this } })
© 2026 Hedgehog Software, LLC