Optional as such:
artist will automatically be set to Optional. When you transform this data object to an array, it will look like this:
Optional properties are automatically excluded from the array representation when they are not set.
Manual Optional Values
You can manually useOptional values within magical creation methods as such:
Converting Optional to Null
It is possible to automatically updateOptional values to null:
You can read more about this here.