I'm wondering if anyone knows of a way (or if there even is a way) to find out how many rows were returned when using the MTEntries tag with multiple categories. For example:

CODE
<MTEntries category="Foo AND Bar">
...
</MTEntries>


I want to be able to display how many entries are in both categories - "Foo" and "Bar". Anyone know of a way to find out the number or rows returned on something like this?

Thanks,
-Kevin