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