tylim
const results = await prisma.post.findMany({ where: { email: { endsWith: '<http://prisma.io|prisma.io>', }, skip: 3, take: 4, })