Suppose the document below is stored in a collection stories
within the database folklore
. How would you add a field called year
with the value 1913
to this document?
{
_id : 13,
author : "John Henry",
name : "Building a Railroad"
}