search={{
            searchPlaceholder: t(translations.searchBar),
            searchProps: {
              shouldInclude: (student, filterValue?: string): boolean => {
                if (!student.name) return false;