const getUser = await prisma.user.findMany({ where: { name: { in: ['Saqui', 'Clementine', 'Bob'] }, }, })