YouTube API not listing all videos from channel
问题 I am using the YouTube Data API to get info about videos from a channel. The API response is not including all the videos that are uploaded to the respective channel. This is the channel (right now it has 6 videos): https://www.youtube.com/channel/UCdSjDEx46aNP0oKPN_J6hOA/videos Video list (right now): https://i.ibb.co/K91bJxS/image.png Here is my API call: https://www.googleapis.com/youtube/v3/search?part=snippet&type=video&key=API_KEY&maxResults=15&channelId=UCdSjDEx46aNP0oKPN_J6hOA&order