my first object like this :
{id: 1, quantity: 10, address: {id: 2, name: "stamford bridge", city: "london"}}
my second object like this :
{data: {id: 2, quantity: 20, address: {id: 4, name: "old traford", city: "manchester"}}, expired: "2017-08-16T06:46:02.566Z"}
I want to combine the object
How can I do it?