RecordProxy defines an interface for a Record proxy/project model,
aka. custom model struct that acts on behalve the proxied Record to
allow for example typed getter/setters for the Record fields.
To implement the interface it is usually enough to embed the [BaseRecordProxy] struct.
RecordProxy defines an interface for a Record proxy/project model, aka. custom model struct that acts on behalve the proxied Record to allow for example typed getter/setters for the Record fields.
To implement the interface it is usually enough to embed the [BaseRecordProxy] struct.