The getTasks() method correctly returns a list of tasks, but the priority field is missing in the resulting Task objects.
Upon inspecting the TaskResponse, I confirmed that the priority field is present in the API response. However, it seems that the priority field is being discarded during the conversion or casting from TaskResponse to Task.