sub load_category_match_captures : Private { my ( $this, $c, $category ) = @_; return scalar grep { $category eq $_ } qw(cosmetics entertainment); }