I get the following error when I tired decoding
Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "_id", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"_id\", intValue: nil) (\"_id\").", underlyingError: nil)):
Late to respond here, but you have a decoding error. Could you provide the input that you are using and the Decodable struct you are defining to match that data?
I get the following error when I tired decoding Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "_id", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"_id\", intValue: nil) (\"_id\").", underlyingError: nil)):