Results 3 comments of Remus

@vasturiano I used your suggestion and it significantly improved the performance, thanks for the pointer. If I do run into any more performance issues, I'll follow up once more.

> for anyone seeing above, you can just take out the explicit type annotation for client. > > so `...((client: PrismaClient) => {` just becomes > > `...((client) => {`...