How to show number of views and downloads on my Wix site

Hello Everyone,
I have a Music download site and I want to make it with millions on music for people to come, play and download but I wonder how to show my visitors how many views and downloads each song gets whenever one visits or downloads a song. Take a look at an example below. Any help would be appreciated.
Thanks

You would use a column in the database called “Views” and “Downloads”

Views - On page ready or itemReady of the repeater you could increase this value and update the data accordingly
Downloads - You could do the same as above but on download button you would increment the number and update accordingly,

Plus, if they search the forum for previous they should be able to find posts that help like for the download option.
Is there a way to make a button add 1 to a collection field everytime its pressed
Increment Button with 1