A sequence-ordered collection is queried from newest to oldest using a page size plus one lookahead, while each returned page is presented oldest to newest. The key question is whether the extra row must be removed before or after reversing and which retained boundary should form the next cursor. Known constraints are strict sequence ordering and exclusive older-than pagination. The worked example should expose duplicates or gaps across several pages; no runtime implementation or test evidence is assumed.