Issue … I stole a filter from @EricShulman and edited it to this …
<$let tids="[prefix[$:/RandomDog/]]"
count={{{ [subfilter<tids>count[]] }}}
bytes={{{ [subfilter<tids>] :map[{!!text}length[]] +[sum[]] }}}
>
<<bytes>> bytes in <<count>> tiddlers
</$let>
It is to monitor import size of Random Dogs (see: Has anyone used the Random Dog Method? - #8 by TiddlyTitch).
Q: HOW do I change the filter to give Megabytes rather than Bytes?
Best, TT