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