ページネーション

https://qiita.com/madilloar/items/b4e786a932ef9d4551b9

https://ja.developer.box.com/guides/api-calls/pagination/offset-based/

https://tech-up.hatenablog.com/entry/2019/04/03/101643

https://engineering.linecorp.com/ja/interview/line-music-elasticsearch

https://phauer.com/2018/web-api-pagination-timestamp-id-continuation-token/

https://phauer.com/2017/web-api-pagination-continuation-token/

https://github.com/spreadshirt/continuation-token

IDとタイムスタンプの2つでソートかけることで、タイムスタンプはぶつかったとしても確実にソートできるよ?って感じがしてます 多分、ID自体は、UUIDとかAutoIncrementみたいな、タイムスタンプが考慮されていないIDを想定してる感じですかね??(ここがよくわかっていない)