[
{
"Comment": {
"_id": 1,
"authorId": 1,
"body": "Astro DBを気に入ってもらえると嬉しいです!"
},
"Author": {
"id": 1,
"name": "tsuyoshi"
}
},
{
"Comment": {
"_id": 2,
"authorId": 2,
"body": "楽しんでください!"
},
"Author": {
"id": 2,
"name": "yowashi"
}
},
{
"Comment": {
"_id": 3,
"authorId": 1,
"body": "My name is tsuyoshi 1."
},
"Author": {
"id": 1,
"name": "tsuyoshi"
}
}
]