Hello everyone, I need a quick solution for a problem I’ve encountered lately… so I’m using prisma on my Apollo Server app to perform read/write operations on the database. The problem is that I want to encrypt my data before saving it and decrypt it when an authenticated user requests it… any way to do this besides doing it manually in the resolver functions?