From the API, what is the best way to get the number of posts in a large number (a couple hundred) of specific topics?
Of course, we could make repeated calls to the API for each post, but that will be slow and run up against API throttling. Is there a way to do this a single API call?