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:

https://ostraining.com/blog/drupal/count-views/

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.