@silverpill previous/next are the properties of a Collection object.
Technical Discussion
1
Posts
1
Posters
0
Views
-
@silverpill previous/next are the properties of a Collection object. And GoActivityPub uses "after" and "before" query parameters for configuring a keyset pagination cursor.
Next is a collection IRI where ?after=IRI where IRI is the last object in the current collection.
Previous is a collection IRI where ?before=IRI where IRI is the first object in the current collection.