pub type ModelFieldRef = Rc<RefCell<dyn ModelField>>;
pub struct ModelFieldRef { /* private fields */ }