I love the RESTful API that allows me to query the Apple Music service, I love the Codable protocol - I just wish that Apple would supply the Codable structs to match the results we received from the API. That would make it much cleaner, easier to take advantage of the data we are getting. It seems like we all have to recreate the same Codable objects - not the most efficient way to deal with data.