{
    "posts": [
        {
            "id": 1,
            "title": "post 1",
            "userId": 1,
            "groupId": 1
        },
        {
            "id": 2,
            "title": "post 2",
            "userId": 1,
            "groupId": 2
        },
        {
            "id": 3,
            "title": "post 3",
            "userId": 2,
            "groupId": 1
        },
        {
            "id": 4,
            "title": "wer",
            "userId": 1,
            "groupId": 2
        },
        {
            "title": "123123",
            "userId": 1,
            "id": 5,
            "groupId": 1
        },
        {
            "title": "post 12345",
            "userId": 2,
            "id": 6,
            "groupId": 2
        },
        {
            "title": "post 12345",
            "userId": 2,
            "id": 7,
            "groupId": 1
        },
        {
            "title": "post 12345",
            "userId": 2,
            "id": 8,
            "groupId": 2
        },
        {
            "title": "post 12345",
            "userId": 2,
            "id": 9,
            "groupId": 1
        },
        {
            "title": "post 12345",
            "userId": 2,
            "id": 10,
            "groupId": 2
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 11,
            "groupId": 1
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 12,
            "groupId": 2
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 13,
            "groupId": 1
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 14,
            "groupId": 2
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 15,
            "groupId": 1
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 16,
            "groupId": 2
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 17,
            "groupId": 1
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 18,
            "groupId": 2
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 19,
            "groupId": 1
        },
        {
            "title": "post from ab",
            "userId": 1,
            "id": 20,
            "groupId": 2
        }
    ],
    "comments": [
        {
            "id": 1,
            "body": "some comment 1",
            "postId": 1
        },
        {
            "id": 2,
            "body": "some comment 2",
            "postId": 2
        },
        {
            "id": 3,
            "body": "some comment 3",
            "postId": 3
        },
        {
            "id": 4,
            "body": "some comment 4",
            "postId": 1
        },
        {
            "id": 5,
            "body": "some comment 5",
            "postId": 1
        }
    ],
    "tags": [
        {
            "id": 1,
            "name": "tag-1",
            "postId": 1
        },
        {
            "id": 2,
            "name": "tag-2",
            "postId": 2
        },
        {
            "id": 3,
            "name": "tag-3",
            "postId": 3
        },
        {
            "id": 4,
            "name": "tag-4",
            "postId": 1
        },
        {
            "id": 5,
            "name": "tag-5",
            "postId": 1
        }
    ],
    "users": [
        {
            "id": 1,
            "name": "typicode",
            "token": "123"
        },
        {
            "id": 2,
            "name": "luics",
            "token": "1989"
        }
    ],
    "groups": [
        {
            "id": 1,
            "name": "tech"
        },
        {
            "id": 2,
            "name": "art"
        }
    ],
    "products": [
        {
            "id": 1,
            "arr": ["a", "b"],
            "arr1": ["c"],
            "obj": { "a": 1, "b": 1 },
            "obj1": { "c": 1 }
        },
        {
            "id": 2,
            "arr": ["a", "b"],
            "obj": { "a": 1, "b": 1 }
        }
    ],
    "profile": {
        "name": "luics's blog",
        "desc": "json-server demo server"
    }
}
