`const users = await prisma.users.groupBy({` ...
# orm-help
k
const users = await prisma.users.groupBy({
by: ['email'],
_sum: {
likes:true
}
})