responses[None] = {
    "size": 3,
    "limit": 2,
    "isLastPage": false,
    "values": [
        {
            "slug": "my-repo1-slug",
            "id": 1,
            "name": "My repo 1",
            "description": "My repo 1 description",
            "hierarchyId": "e3c939f9ef4a7fae272e",
            "scmId": "git",
            "state": "AVAILABLE",
            "statusMessage": "Available",
            "forkable": true,
            "project": {
                "key": "PRJ",
                "id": 1,
                "name": "My Cool Project",
                "description": "The description for my cool project.",
                "public": true,
                "type": "NORMAL",
                "links": {"self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ"}]},
            },
            "public": true,
            "links": {
                "clone": [
                    {"href": "ssh://git@<baseURL>/PRJ/my-repo1.git", "name": "ssh"},
                    {"href": "https://<baseURL>/scm/PRJ/my-repo1.git", "name": "http"},
                ],
                "self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug"}],
            },
        },
        {
            "slug": "my-repo2-slug",
            "id": 2,
            "name": "My repo 2",
            "description": "My repo 2 description",
            "hierarchyId": "e3c939f9ef4a7fae272e",
            "scmId": "git",
            "state": "AVAILABLE",
            "statusMessage": "Available",
            "forkable": true,
            "project": {
                "key": "PRJ",
                "id": 1,
                "name": "My Cool Project",
                "description": "The description for my cool project.",
                "public": true,
                "type": "NORMAL",
                "links": {"self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ"}]},
            },
            "public": true,
            "links": {
                "clone": [
                    {"href": "ssh://git@<baseURL>/PRJ/my-repo2.git", "name": "ssh"},
                    {"href": "https://<baseURL>/scm/PRJ/my-repo2.git", "name": "http"},
                ],
                "self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo2-slug"}],
            },
        },
    ],
    "start": 0,
    "nextPageStart": 5,
}
responses["start=5"] = {
    "size": 3,
    "limit": 2,
    "isLastPage": true,
    "values": [
        {
            "slug": "my-repo3-slug",
            "id": 3,
            "name": "My repo 3",
            "description": "My repo 3 description",
            "hierarchyId": "e3c939f9ef4a7fae272e",
            "scmId": "git",
            "state": "AVAILABLE",
            "statusMessage": "Available",
            "forkable": true,
            "project": {
                "key": "PRJ",
                "id": 1,
                "name": "My Cool Project",
                "description": "The description for my cool project.",
                "public": true,
                "type": "NORMAL",
                "links": {"self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ"}]},
            },
            "public": true,
            "links": {
                "clone": [
                    {"href": "ssh://git@<baseURL>/PRJ/my-repo3.git", "name": "ssh"},
                    {"href": "https://<baseURL>/scm/PRJ/my-repo3.git", "name": "http"},
                ],
                "self": [{"href": "bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo3-slug"}],
            },
        },
    ],
    "start": 1,
}
