[
    {
        "id": 1,
        "author": {
            "id": 1,
            "name": "Darth Vader"
        },
        "title": "Post #1",
        "body": "My first blog post",
        "comments": [
            {
                "id": 1,
                "body": "Comment #1"
            },
            {
                "id": 2,
                "body": "Comment #2"
            }
        ]
    },
    {
        "id": 1,
        "author": {
            "id": 1,
            "name": "Darth Vader"
        },
        "title": "Post #2",
        "body": "My Second blog post",
        "comments": [
            {
                "id": 1,
                "body": "Comment #1"
            },
            {
                "id": 2,
                "body": "Comment #2"
            }
        ]
    }
]