Is it acceptable in an XRPC API with cursor pagination to return an empty list but a non-empty cursor, e.g. { feed: [], cursor: "2025-05-20..." } ? Is this something worth taking into account as a possibility from the client side, or can an empty `feed`/`records` etc. be treated as the end? π€ #atdev