Get field info for a model's field.
FieldInfo? getField(String modelName, String fieldName) { return _models[modelName]?.fields[fieldName]; }