pub type PbWriteLimit = WriteLimit;
struct PbWriteLimit { pub table_ids: Vec<u32>, pub reason: String, }
table_ids: Vec<u32>
reason: String