factory ContentUpdateAncestorsItem.fromJson(Map<String, Object?> json) { return ContentUpdateAncestorsItem( id: json[r'id'], ); }