To get the total record Count every time you open the Listview,
do the following:
Search:
LISTVIEW_COMPUTE_PAGE_COUNT
Set this value to true
Search:
totalNumberOfRecords.removeClass('hide');
Add after:
if(jQuery('#totalCount').length > 0) { totalNumberOfRecords.trigger('click'); }