my $found_holds = $holds->filter_by_found;
Returns a filtered resultset without holds that are considered I<found>.
Returns a set of holds that are considered I<found>.
i.e. 'P', 'T' and 'W'.
Having the code 'P', 'T' or 'W'.
=cut
-