I would like to add a badge that counts the total number of downloads that happen for one of my projects that I have on GitHub. I came across this page that has all the image shields
![Github Releases](https://img.shields.io/github/downloads/atom/atom/latest/total.svg?style=plastic)
Any ideas on how I could add this to my project in GitHub?