How should we standardize pagination? I’m a big fan of Content-Range + 206s

They’re not popular, but we can make them 😉 And if anybody needs to not use them they can just define their own generic resource class. But we get the special syntax

We can do special codegen for the Standard Iterators

What other methods do standard collections have?

Other things to consider

Things we need

Schema attempt

This is nice but doesn’t allow for forwards compat like 206es do