my $roster_rs = $player_static_model->search( { 'player_data_currs.team_libl' => \'IS NOT NULL', }, { prefetch => [ 'player_data_currs', ], }, ); say scalar $roster_rs->all;