Objects
Optional
{ a: { x: 1 } } -> $deepMerge { a: { y: 2 } } -> { a: { x: 1, y: 2 } }
{ a: 1 } -> $merge { b: 2 } -> { a: 1, b: 2 }
Objects