pub async fn download_files( files_api: &FilesApi, root_dir: &Path, show_holders: bool, batch_size: usize, retry_strategy: RetryStrategy, ) -> Result<()>