pub type PbGetTablesResponse = GetTablesResponse;
struct PbGetTablesResponse { pub tables: HashMap<u32, Table>, }
tables: HashMap<u32, Table>