I haven't tried this, but perhaps you could use your first query inside a new query to count the results of your first query?
i.e. query 1 shows 1000 records, but counts 3000. However, query 1 is now in query 2, and therefore, in theory, count should now be 1000 in query 2's output.
Edit: What...