class ListID extends Model {
  get Schema() {
    return t.struct({
      users: t.list(t.ID(this, User))
    })