I want to update this document's subscribers array if property 'name' is the same as the name I specify, if not add it to the array
{
id: "Test-123456789",
subscribers: [
{
name: "Test1",
points: 123
},
{
name: "Test2",
points: 3282
}
]
}