my $attributes = { page => $c->request->param('p') || 1, rows => 25 }; my $members = $schema->search({}, $attributes); $c->stash( members => $members);