Example: ```wml {view My view where value.client? String %} {{ @value.client | text }} ``` `tsc` complains about the above because "value" may be undefined. Instead value should be required and client optional.