andykay
return prisma.users({ where: { OR: [{ name_contains: name }, { email_contains: email }], }, orderBy: "name_ASC", first, });