Re: [Specifications] Update UC of partial collection

@lanthaler, do we still keep the second `items` property to give the number in a single view?

```json
{
  "totalItems": 100, // total
  "view": [{
    "items": 10 // this page/view
  }]
}
```

-- 
GitHub Notification of comment by tpluscode
Please view or discuss this issue at https://github.com/HydraCG/Specifications/pull/165#issuecomment-388626079 using your GitHub account

Received on Sunday, 13 May 2018 13:16:19 UTC