my $comments = $schema->resultset('News')->search( {}, { rows => 10, page => $q->param('next_page'), order_by => 'date DESC' } );