pub async fn list_packages( configuration: &Configuration, owner: &str, page: Option<i32>, limit: Option<i32>, type: Option<&str>, q: Option<&str>, ) -> Result<Vec<Package>, Error<ListPackagesError>>