Another example of how the flexibility in #ActivityPub is so high it makes it hard to work with: parser edition. Again, this is me thinking out loud while I figure out how to solve problems in my own project.
For this, we'll look at Collection and OrderedCollection.
Collection is an object to wrap, as one might expect, collections of objects.
It's designed to allow paging through collections, which is a hard problem in and of itself, using a forward and backwards cursor.
1/