# PlaceList

```graphql
type PlaceList {
  total: Long!
  current: Int!
  items: [Place!]!
}
```
