I am unable to find a way how to update only part of a TinyDB document (one entry in an array). For example:
{ "name": "first", entries: [ { "id": 1, "count": 1 }, { "id": 2, "count": 33 } ] }
Is there a way only update the entry object with id 2?