pub type FielddataFields = StringOrStringArray;
pub enum FielddataFields { StringValue(String), ArrayValue(Vec<String>), }