Example from playground: ``` user.Profile?.Address ?? "Unknown address" ``` ``` user: Id: 1 Name: John Doe Group: admin ```