pub type PbTableOption = TableOption;
struct PbTableOption { pub retention_seconds: Option<u32>, }
retention_seconds: Option<u32>