Harsha MV
await prisma.project.update({ where: { id: project.id }, data: { views: { increment: 1, }, }, });