MetadataValueType: MetadataValueAttributes & {
    extraData?: string;
    id?: string;
    lang?: string;
    value?: string;
}