+++
[headers]
access-control-allow-origin = "http://localhost:9876"
access-control-expose-headers = "x-oo-count"
x-oo-count = 4
+++

```json
[
  {
    "uid": "79zGMA1b6q",
    "created": 1516380671346,
    "Extensions": [
      {
        "key": "author",
        "value": "test"
      },
      {
        "key": "approve",
        "value": true
      },
      {
        "key": "users",
        "value": ["test", "JEr9hsMH5m"]
      },
      {
        "key": "body",
        "value": "test"
			}
    ]
  },
  {
    "uid": "Mx8g7M7hbh",
    "created": 1516380661346,
    "Extensions": [
      {
        "key": "author",
        "value": "xxx"
      },
      {
        "key": "approve",
        "value": true
      },
      {
        "key": "users",
        "value": ["test", "xxx", "JEr9hsMH5m"]
      },
      {
        "key": "body",
        "value": "test"
			}
    ]
  }
]
```
