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