pub async fn fetch<T>(client: &Client, url: &Url) -> Result<Vec<T>>where T: for<'de> Deserialize<'de> + Send + 'static,