I was looking into Stack API doc and found the following API call.
https://api.stackexchange.com/docs/comments#order=desc&min=1&sort=votes&filter=!)V)MSZJUgX_&site=stackoverflow&run=true
I understand all parts but filter=!)V)MSZJUgX_
. Apparently this call returns the same result as filter=total
so I assume that !)V)MSZJUgX_
may be equal to total
. But how?