pub async fn scroll<T>(
    scroll_id: &str,
    alive: &str
) -> Result<Option<SearchResponse<T>>, String> where
    T: DeserializeOwned + 'static,