pub async fn get_user_anime_list<U: ToString>( user: U, query: &GetUserAnimeListQuery, auth: &OAuth, ) -> Result<Page<Anime>, Error>