I am using Material-table (https://material-table.com/#/) for my project. I've been trying to figure out if there is a way to retrieve the search-result count when either filter or search actions are used. I've looked through all the examples and properties but dont see any way to retrieve this information.
For example, if I have a total of 100 rows of data, and filter on "stackOverflow"...if the result list returns 50 rows of data that are now rendered, how do I get the "50" ?