Please add cumulative Beam emission to the explorer node API

afaik, at the moment we can only see the current cumulative Beam emission by looping through each and every block using the “/block” or “/blocks” endpoint and adding it all up.
That is very time consuming and cumbersome.

Would it be possible to simply include the cumulative (total sum up the current block) Beam emission in the return of either
/status
or
/block (and /blocks)

endpoint?