e.g. when you have a Model with a field `ModelRef!User author`, you want to be able to call `db.insert(patch)` where patch has a field of type `User`.
e.g. when you have a Model with a field
ModelRef!User author, you want to be able to calldb.insert(patch)where patch has a field of typeUser.