pub async fn load_csv_preview(
configuration: &Configuration,
workspace: &str,
path: &str,
offset: Option<f64>,
limit: Option<f64>,
sort_col: Option<&str>,
sort_desc: Option<bool>,
search_col: Option<&str>,
search_term: Option<&str>,
storage: Option<&str>,
csv_separator: Option<&str>,
) -> Result<Value, Error<LoadCsvPreviewError>>