We propose implementing a feature that displays the exact number of records found after filters have been applied. This "filtered record count" should be clearly visible to the user, ideally near the filtered list itself.
Following the recent update to our record display system (which transitioned from a single-list pagination), users are currently unable to see the total number of records that match their applied filter criteria. While the overall count of records within a form is accessible (due to sequentially numbered IDs), there is no immediate indication of how many records are returned after a user applies one or more filters to specific columns.