I have an array of objects and I'm not able to push a given object, eg I want to give a push in the id2 title but nothing I did worked out, follow the structure of the array if someone knows how to thank
Objt =
[{ titulo1:
[
{
id: id
}
],
titulo2:
[
{
id: id
}
]
}]