pub type TitleUpdate = OptionalUpdate<String>;
enum TitleUpdate { SetDefault, Missing, Update(String), }