Lets say I have two classes:
class A { a: string | null = null; } class B { b: string | null = null; as: A[] = []; }
You can see, that B c