{
_id: ObjectId(46dsad64ad)
title: 'title saving mongodb',
description: 'MongoDB là no-sql nên các field không theo cấu trúc',
author:
{
user:'abc'
}
},
{
_id: ObjectId(d4sa6d74d6)
title: 'title saving mongodb',
description: 'MongoDB là no-sql nên các field không theo cấu trúc',
users:
{
user:'user2',
message: 'comment',
dateCreated: new Date(2014,1,2,2,1),
like: 0
},
{
user:'user3',
message: 'comment',
dateCreated: new Date(2015,1,2,2,1),
like: 0
}
}