Say we have an array in an object: ```js { key: [ { 'a': true }, { 'a': null } ] } ``` We want to make sure this renders as optional: ```typescript a?: boolean ```