Feature request: Showing a scheduled function's return value on the dashboard

My scheduled functions end with a return statement to summarise what they did. when I run sls invoke local... that value is shown on the console. Is this value available to you to be shown on the Serverless dashboard too?

E.g. when I filter down to a specific invocation for a function under the explore tag, could it be listed as a ‘return value’ under the ‘invocation’ block?

This would help highlight a summary of the actions performed by a particular invocation and make them more acceessible than having to scroll through all the logs further down on that screen. In my case e.g., I return a string like ‘findVideos complete: New videos: 150, rechecked: 5, removed: 0’.