UserQueryProvider::searchForUser not work int firstResult, int maxResults

the “View all users” button does not work with the function public default List searchForUser (String search, RealmModel realm, int firstResult, int maxResults), it always uses the function public List searchForUser (Map <String, String> map, RealmModel rm) does not consider int firstResult, int maxResults