pub async fn get( client: &Client, table: &[&str], ) -> Result<Vec<(String, TableMetadata)>>
Get metadata for a list of tables.
Returns a vector of tuples containing the table name and its metadata.