@JsonSerializable(includeIfNull: false) const factory RelationShip({ bool? executive, bool? director, }) = _RelationShip;