first, a few (unrelated?) issues with your serialization:
reverse id and partOf â conceptually itâs weird that your page is adam/followers but itâs partOfadam/followers?offset=0; this should probably be reversed, so that the OrderedCollection is adam/followers and the first OrderedCollectionPage is adam/followers?offset=0.
maybe remove next â i donât know if there are any items in the next page, but it looks like there might not be. i see only 3 items here but a limit of 25. similarly, is the totalItems: 3 for the whole collection or just this page? in any case if the next page is empty then you should omit the next link/property
remove actor â actor is only valid on an Activity. for a normal Object you should be using attributedTo. but for a followers collection page, the server owns it, not the actor.
second, a question:
are those three accounts actually following you on mastodon.socialâs side? did they send a Follow and did you send back an Accept? generally, you canât just claim that anyone is following you; mastodon and other software will use its local followers list that it can verify for itself, not the remote followers list which cannot be verified.
Thatâs right. In Mastodon, followers see an âUnfollowâ button.
Followers receive incoming posts from my server (outbox) and can send replies (inbox).
However, the Followers list is empty