I make a request on /search enpoint: https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=UC8M5YVWQan_3Elm-URehz9w&key=AIzaSyAp8yGkCqT9e9p7IzgpE24KGoqLRgNhOg0&q=Utopia
I receive videos and their previews, but the channel icon is not coming, and I read how you can get the channel icon, there I understood, https://developers.google.com/youtube/v3/docs/search/list what you need to get channelId from the Id class and pass its to channelId query parameter, after which data about the channel will come to the Snippet model, and the icon to Thumbnails, but I don't understand how and where to get the channelId from the model Id and where it is passed to the request parameter, where it is better to get it his ?