Have it print paginated or just top 10?
only the small ones:
$ ./art-analysis.sh | grep small
$ ./art-analysis.sh | grep Qwen
$ ./art-analysis.sh | awk '$2 < 31'
only the small ones:
or maybe just the qwen only the ones in the past 30 days I use it in pipes like this.