if that's the case, maybe a good idea would be to have a
@virtual
directive? That would instruct Prisma to skip creating a column for that field and just include it in the generated schema. That would prevent the need to write a type definition multiple times.