We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c7437 commit 52a76d1Copy full SHA for 52a76d1
src/models.rs
@@ -1017,7 +1017,7 @@ pub struct MetaData {
1017
pub parent_year: Option<i32>,
1018
#[yaserde(attribute, rename = "parentIndex")]
1019
#[serde(skip_serializing_if = "Option::is_none")]
1020
- pub parent_index: Option<u32>,
+ pub parent_index: Option<i32>,
1021
#[yaserde(attribute, rename = "parentGuid")]
1022
1023
pub parent_guid: Option<String>,
0 commit comments