Hello, I am trying to paginate over big folder, but [API](https://github.com/meganz/s4-specs?tab=readme-ov-file#listobjectsv2) return incorrect token ```json { "Name": "%bucket_name%", "Prefix": "%folder%/", "MaxKeys": 100, "EncodingType": "url", "KeyCount": 100, "ContinuationToken": "c2lucy1kb2N.....LnJhcg==", "NextContinuationToken": "c2lucy1kb2N......LnJhcg==" } ``` What can I do about it?