- #1563 fix: Paginate backwards if
starting_after == None
- Addresses an issue where List iteration would be forwards when
starting_after
was set to None
but backwards if it was not set at all. Now, it will paginate backwards in both cases.
See the changelog for more details.