Hey Brian, Im getting the following code..
typeMismatch(Swift.String, Swift.DecodingError.Context(codingPath: [_JSONKey(stringValue: "Index 0", intValue: 0), CodingKeys(stringValue: "id", intValue: nil)], debugDescription: "Expected to decode String but found a number instead.", underlyingError: nil))
so it's saying it found an int instead of string? but I cant really figure out from where.. Sorry for the dumb question lol