Why doesn't RadzenDataList GoToPage method include forceReload argument?

Hi there, I'm using RadzenDataList to implement a Icon picker which will refresh data when user triggers oninput on a textbox, I realized RadzenDataList GoToPage method calls RadzenPager GoToPage method which has forceReload argument, is that possible to apply the argument to RadzenDataList GoToPage too?
Since RadzenPager GoToPage method determines if RadzenPager CurrentPage != page then it won't trigger InvokeAsync(Reload);, RadzenDataList won't refresh the component either.
image

There will be such in our next update before the end of the week:

Thanks for the commit, it's really helpful