Offset pagination for timelines
So that we can ask to show "the 99th page with 20 posts per page." (GET /api/v1/timelines/home?limit=20&offset=1960
, etc.) Useful if we want to dig directly into what happened in the past. And allow FEs to implement good old forum-style pagination, instead of infinite scrolling.