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