I trying to send this request to get the channel
request = youtube.search().list("snippet");request.setMaxResults(50);request.setQ(channelName);request.setType("channel");we get multiple channels, not the same channel nameplease can you help me why we get all these channels and how we resolve them?