The community member is asking how to add a text that displays the number of downloads from a button on a web application, and how to connect it to the backend. The comments suggest that the community member needs to have two CRUD actions: 1) a POST request to add the download to the database, and 2) a GET request to retrieve the total number of downloads. The comments also mention that the community member could bind the download count to the backend if they already have the data available.
Like if someone clicks the download button it like adds a updates the download number in a database like mongodb then also displays the amount of downloads