Hello guys, I have a doubt about the size of the Prisma Client inside a docker container in a microservice architecture, some of the microservices depends on Prisma, so the final image after building the docker image is getting more than 200mb only from the Prisma Client (node_modules/.prisma with 93mb and node_modules/@prisma with 115mb), do you guys know a better way to deal with this dependency of the Prisma Client in a microservice architecture?