Last time you did this, it worked flawlessly. The test you made verified that an item was added and then returned correctly:
- Retrieve all items into a “before” list.
- Add an item.
- Retrieve all items into an “after” list.
- Manually add the item to the “before”
…