I am trying to administer a number of vector tile styles in our organization. Part of that admin is to weed out some of the lesser used styles to deduce our work load in supporting so many. I am able to get the usage statistics on the actual hosted tile layer, however style files don't seem to return usage stats. So how can I find out the magnitude of usage of a style across our organization? I tried using the Python API to first find all web maps that reference a style files itemid, and then pass those webmaps to a usage query for the past year. This gave me some results however, the API also started to reject my requests as there were too many. So I can't use this method to get a comprehensive result, even after breaking down the list to just those that are public (52 maps of 1600). Any ideas are welcome.