My Collection is having this type of document.
{
"id": "65f7a7e9-dc99-4c3a-b9ed-6291a8986343",
"Username": "[email protected]",
"Password": "somepassword",
"FullName": "Abhishek Gupta",
"DateCreated": "2018-02-18T02:20:50.36367Z",
"Type": "User",
"WishList": [
"18a67f77-5b1b-42f9-8361-bf481fe3a341",
"3baf9376-1e7f-43af-bd15-0fb317edd95f",
" << Add New Item HEre >>"
]
}
I simply want to add one more guid in WishList Array of id .
What is the efficient way to do this rather then updating whole document.