{
  "description": "test with limit=2 returns expected results",
  "params": {
    "limit": "2"
  },
  "geojson": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "Point",
          "coordinates": [
            7.3768338,
            48.395811
          ]
        },
        "properties": {
          "id": 10,
          "createdAt": "2013-05-24T08:17:47.000Z",
          "closedAt": "2013-07-03T21:20:32.000Z",
          "note": "Building is currently demolished",
          "userName": null,
          "lastCommentComment": "Building is currently demolished",
          "lastCommentTimestamp": "2013-05-24T08:17:47.000Z",
          "lastCommentUserName": null,
          "lastCommentUserID": null,
          "lastCommentAction": "opened",
          "commentCount": "1"
        }
      },
      {
        "type": "Feature",
        "geometry": {
          "type": "Point",
          "coordinates": [
            8.3768338,
            47.395811
          ]
        },
        "properties": {
          "id": 9,
          "createdAt": "2013-04-24T08:17:47.000Z",
          "closedAt": "2013-07-03T21:20:32.000Z",
          "note": "Building is currently demolished",
          "userName": null,
          "lastCommentComment": "Hat schon jemand eingetragen...",
          "lastCommentTimestamp": "2013-07-03T21:20:32.000Z",
          "lastCommentUserName": "kuede",
          "lastCommentUserID": null,
          "lastCommentAction": "closed",
          "commentCount": "2"
        }
      }
    ],
    "total": "7"
  }
}