You wouldn't happen to know of a way to make some of those statements more
verbose (remove the ellipsis)?
In example:
--------------------------------------------------------------------------------------------------
| lyrics | track_id:bytearray |
word_counts:bag{t:tuple(m:map)} |
--------------------------------------------------------------------------------------------------
| | TRABULB128F42840B1 | {({total=1, word=i}), ...,
({total=1, word=wolv})} |
| | TRBEDKP128F4241FC8 | {({total=15, word=the}), ...,
({total=1, word=mystic})} |
| | TRBEDKP128F4241FC8 | {({total=15, word=the}), ...,
({total=1, word=mystic})} |
--------------------------------------------------------------------------------------------------
-Dan