PrimaryColor::class, 'font' => Font::class, 'table_sort_direction' => TableSortDirection::class, 'records_per_page' => RecordsPerPage::class, ]; protected static function newFactory(): Factory { return AppearanceFactory::new(); } }