ClassName$RecordID (i.e., Author$a43fE3f3) instead of the way Prisma does it where you define the class as a separate relation type field not stored in the DB. So my question is: is it possible to do this sort of custom relation reference value and, if so, how? The only other way I can imagine getting around this issue is to backfill a new ID fields onto every record with a relation in my database which just isn't feasible.