public function getWidgets(): array { // old autoload default widgets // return Filament::getWidgets(); //new list of widgets to load return [Widgets\StatsOverview::class]; }