[
{
"id":123,
"title":"article 1",
"date":"2018-03-22",
"author": {
"id": "user123",
"name": "John, Smith",
},
"comments":[
{
"id":234,
"title": "Goods article",
"content": "blah, blah"
},
// more comments
]
},
// more article
]