As you can see total messages is 137k
However through the following query:
SELECT COUNT(*) FROM xf_post WHERE xf_post.user_id = 1I'm getting 135667 as the result, where does the difference come from? And how do I edit my query to reflect the actual # of posts?