I have the following struct, and try to decode the object as follows.
I am using Swift 4.3.
struct Classroom: Codable { let teacher: Teacher let id: In