pub async fn load_table_row_count(
configuration: &Configuration,
workspace: &str,
path: &str,
search_col: Option<&str>,
search_term: Option<&str>,
storage: Option<&str>,
) -> Result<LoadTableRowCount200Response, Error<LoadTableRowCountError>>