GetDataFromAPI Data Action:
GetTodosOnAfterFetch Client Action:
9. Store MaxRecords starting with StartIndex from GetData action response into local variable for display (i.e. CurrentPageTodosList) when Fetch Complete
OnPaginationNavigate Client Action:
10. Change OnPaginationNavigate to update Local List (CurrentPageTodosList) with new StartIndex
RefreshDataOnClick Client Action:
OPTIONAL: If want to refresh with latest API data, clear the local List, OPTIONALLY reset the StartIndex to 0, and re-invoke GetData action to call the REST API again