# PlaceStatusAtTimeList

```graphql
type PlaceStatusAtTimeList {
  total: Long!
  current: Int!
  items: [PlaceStatusAtTime!]!
}
```
