Write resume_after(pages, checkpoint) so it returns all page cursors after the checkpoint. If the checkpoint is None, return every cursor.
Write resume_after(pages, checkpoint) so it returns all page cursors after the checkpoint. If the checkpoint is None, return every cursor.