pub type AttributeArrayValueBytes = AttributeArrayValue<BytesData>;
pub enum AttributeArrayValueBytes { String(BytesString), Boolean(bool), Integer(i64), Double(f64), }