pub type PbGetTableResponse = GetTableResponse;
pub struct PbGetTableResponse { pub table: Option<Table>, }
table: Option<Table>