Overview
I looked into how to display the total number of results in Drupal Views, so here is a quick note. The total number of search results is displayed as shown below:

Method
I referenced the following article:

Count the Total Number of Results in Drupal Views - OSTraining
Yes, this is definitely possible. To make this work, you will need Views, plus also the Token module installed.
Access the following page:
/admin/structure/views/view/content
Click the Add button next to Header.

Select "Result summary".

Click Apply, then click Save.
Summary
I hope this serves as a useful reference.



Comments
…