Hey. I've read about pagination with prisma, but I...
# orm-help
d
Hey. I've read about pagination with prisma, but I have a question. I can't stand how to get number of posts for definition of number of pages. There's "count" method, but I can do this twice: once for "count" and once for "findMany". I suppose it's expensive and longer operations.