Discover actual ZenStack/Prisma relation field names when type errors occur.
Use when: (1) TypeScript errors like "Property 'verificationRecord' does not exist"
on model instances, (2) Runtime errors accessing relations, (3) Implementing new
features that query related data. Solves the problem of mismatched assumptions
about relation names vs actual schema-generated names.