pub async fn app_load_table_count(
configuration: &Configuration,
workspace: &str,
path: &str,
file_key: &str,
search_col: Option<&str>,
search_term: Option<&str>,
storage: Option<&str>,
) -> Result<AppLoadTableCount200Response, Error<AppLoadTableCountError>>