Problem: Related optional properties Why it’s a problem: - Needlessly...
Problem: Related optional properties
Why it’s a problem:
- Needlessly verbose
- Makes null/undefined checks clunkier
- Doesn’t clarify if some properties are required when when the entity exists
Solution: Nest related properties

Oops, I made a mistake in my example. I meant to use optional fields in both examples.
Corrected example:
