I believe I got it working.
Is there inconsistency between how pagination works with /streams and /follows?from_id? I follow 45 people and the object returns a valid pagination cursor string (even though I didn’t hit the 100 limit), which when the same endpoint is called with the after= it returns what I would expect, a data object that is empty and an empty object as the pagination value.
With the /streams, I get less than 100 but the pagination returns the ‘IA’ instead of a valid cursor string. Why isn’t it empty or a valid cursor string that returns an empty data object like /follows?