Svelte compiler generates code to update the DOM.
When count value is assigned the DOM is updated.
This happens by code injected during compilation which I guess override assignment operation of count variable.

Note to self: On revisit to this route the count is re initialized to zero. There shall be a way to prevent re initialization and catch the page. EXAMPLE Links using key AND Store