Imagine that you have a database called 'computers' with numerous items in your online shop, stored in Mongo DB. You have to add a new item with the following characteristics to your DB:
{ Item_name: 'PC', Model: 'HR001', OS: 'Linux' }
Chose the correct request in the field below.