#ActivityPub developers only please: how many items should be in a full collection page?

#EvanPoll #poll

Around 12 or fewer
10.7%
Around 20
30.4%
Around 50
32.1%
Around 100 or more
26.8%
Poll ended at .

@[email protected] @[email protected] -- Now I see why I missed it. These additional properties aren't actually defined in the AS spec but only the FEP(?) immediately after implying that the pagination properties were all specified in the AS spec. I get it now, but maybe a wee bit of word-smithing in the FEP could make this a bit clearer.

I guess the question remains how to determine if a site offers cursor-based pagination or recognises 'maxItems' per FEP-9f9f. Guess you need to just try it, maybe with an odd number like 19, and see if what you get back is "consistent" with your request, to see if you should continue trying to use client defined pagination for this site. (This might be another good use case for the server 'capability' mechanism.)