count(); } public static function infolist(Schema $schema): Schema { return ContactInfolist::configure($schema); } public static function table(Table $table): Table { return ContactTable::configure($table); } public static function getPages(): array { return [ 'index' => ManageContacts::route('/'), ]; } }