© 2026 Hedgehog Software, LLC
->filters([ SelectFilter::make('division') ->multiple() ->native(false) ->searchable() ->options([ 'NCAA D1', 'NCAA D2' ]) ])
select count(*) as aggregate from `college_programs` where `sport_id` in (25) and (`division` in ('0'))
select count(*) as aggregate from `college_programs` where `sport_id` in (25) and (`division` = '0')