Photos in UIKit are typically drawn using a UIImage object. However, Core Data doesn't support UIImage types as something we can save. Instead, let's use the underlying image data for our photo and save it as Binary Data in our Core Data Model. Once we're able to persist this successfully, our main list will need to be augmented to show these company images.