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