There is: ``` #[serde(flatten)] from_generation_id: EncodedOptionalGenerationIdFlatJsonData, #[serde(flatten)] to_generation_id: EncodedOptionalGenerationIdFlatJsonData, ``` We need to remove `#[serde(flatten)]`, because there is conflict of from/to fields, they are both reading `generationId` field.