When we use the https://api.twitch.tv/helix/videos?user_id=xxxx to get all the user’s videos, we’re not getting the total number of videos. When we get all the followers of a user, for example, we get a “total” field in the api response that indicates how many results there are.
How can we get the total number of videos for a user through API, without having to paginate through the video results and keeping count?