photos.photosSlice#15051f54 count:int photos:Vector<Photo> users:Vector<User> = photos.Photos;
| Name | Type | Description |
|---|---|---|
| count | int | Total number of records, not the size of this page. |
| photos | Vector<Photo> | |
| users | Vector<User> | Users referenced by the response — the client should put them in its cache. |