IAssociated.modelFieldName property
Association name on the model, when it differs from the field name.
Signature:
modelFieldName?: string;
Remarks
Recorded and then never read: nothing in this package consumes it today, so the field name and the association name have to match. Left in place because removing it from the public type would break callers that set it.