ObjectRelationship: {
    join?: ObjectRelationship | null;
    outerJoin: boolean;
    relationship: string;
}

Type declaration