Is there a way to see total watch time in the UI when applying a filter to history?

Is there a way to see total watch time in the UI when applying a filter to history?

Example: at this endpoint with these URL params history/movies/added/asc?terms=star+trek I can see every play of any movie with “Star Trek” in the title. I can see total count of plays. And next to each divider the total watch time for all the plays of that day, same with episodes, but not total watch time of all the plays I’ve filtered down to.

If this isn’t already a feature, I wonder if it’d be feasible to include here:

I do have a workaround. I can export the filtered results to CSV and add a function to calculate for me. Would be nicer to have it in the UI.

The performance would be too slow to calculate that total number unfortunately. On the date header, the calculation is done in the browser and possible since it’s just for a single day.

I thought that might be the case. Thanks.