found_posts;
$total_pages = ceil( $total_posts / get_option("posts_per_page") );
?>
have_posts() ) : $updates->the_post(); ?>
get_pagenum_link( 1 ) . '%_%',
'format' => '/page/%#%',
'current' => $paged,
'total' => $total_pages,
'type' => 'list',
) ); ?>