I'm using YouTube Analytics API to allow users to connect with our application using their YouTube channel accounts. Now, after authorizing the user using OAuth2, I want to fetch the total number of videos uploaded by them on their account. However, I couldn't find any endpoint in YouTube Analytics API that could help me fetch that data. Is there a way to find the total uploaded videos for a channel using the Analytics API?
PS: I am aware of the public endpoint provided by YouTube Data API v3. However, I want to fetch that data for authorized users only.