BulkAddWantToReadResponse
Outcome of a bulk add: how many entries were newly added versus already in the queue (existing IDs that were skipped).
addedintegerrequired
Number of entries newly inserted into the queue.
Possible values: >= 0
Example:
3alreadyPresentintegerrequired
Number of provided (existing) items that were already in the queue.
Possible values: >= 0
Example:
1BulkAddWantToReadResponse
{
"added": 3,
"alreadyPresent": 1
}