$ cat /tmp/c22* | jq . | grep likesByPostId -A1 | grep tota…
$ cat /tmp/c22* | jq . | grep likesByPostId -A1 | grep totalCount | cut -d: -f2 | tr -d ',' | paste -s -d + - | bc
492 likes
$ cat /tmp/c22* | jq . | grep likesByPostId -A1 | grep totalCount | cut -d: -f2 | tr -d ',' | paste -s -d + - | bc
492 likes