I do!
I want the total number of comments on the posts that each author wrote in that particular month.
So if Sally wrote 3 posts in October, I want to calculate how many comments were on those posts (total).
Is there a way to add a separate loop to calculate this? Essentially it would be: for this user, count the number of comments on the posts that they wrote that were published this month.