Use tmeasday:publish-counts to set an observer on the cursor inside posts.all publication which will return total count for that cursor reactively.
Instead of reloading all posts when a user clicks on the load more button, we will let all the loaded posts remains on the list while slowly adding newly loaded posts to the bottom of the list.
tmeasday:publish-counts
to set an observer on the cursor insideposts.all
publication which will return total count for that cursor reactively.