The GET https://timetracker-api.azurewebsites.net/time-entries?start_date=2020-06-28T00:00:00-05:00&end_date=2020-07-04T23:59:59-05:00&user_id=* endpoint is not returning the whole set of data, and it is only returning 100 entries. We need to find a way to return all the data since it is required for the reports page in the UI. As a short-term solution, we can disable this limit, and as a long-term solution, we must think about paginating this data.