There is no global count, you would need to store it and update it (because generating a number on page load would be a bad idea for performance). After that, its a matter of exposing the data via an add-on to request and fetch it.
There is no global count, you would need to store it and update it (because generating a number on page load would be a bad idea for performance). After that, its a matter of exposing the data via an add-on to request and fetch it.