Returns the next sibling
<?php if($next = $page->next()): ?> <a href="<?php echo $next->url() ?>">next page</a> <?php endif ?>