Wait, I think I just got something important! Do we delete the params here ``` my $checked_in = delete $c->validation->output->{checked_in}; ``` so they don't interfere with the method call here ``` my $checkouts = $c->objects->search( $checkouts_set ); ``` ?