Most RecentMost ViewedMost LikesTotal api call count in swagger How to get total api call count in swagger ? For eg: Say 4 controllers with each controllers I have 10 api calls => So, my result would be 4*10 = 40. This is what i need to do for my whole controllers. How to achieve this? Solved