I am not sure I understand why the `serverItemCount` is not a part of the pagination state. As explained [here](https://github.com/bryanmylee/svelte-headless-table/issues/210#issuecomment-2045852794), this makes us keep track of another store while this could be tracked for us by the plugin. Am I missing anything here? Thanks
I am not sure I understand why the
serverItemCountis not a part of the pagination state.As explained here, this makes us keep track of another store while this could be tracked for us by the plugin.
Am I missing anything here?
Thanks