# `Ory.Model.ManageSessionsResponse`

Response body for the bulk session management endpoint. Reports how many rows the call processed and, for the wildcard variant, whether the network still has matching rows left. Explicit-IDs requests always return `more: false`. Wildcard callers drain the network by re-issuing the same request while `more` is `true`.

# `t`

```elixir
@type t() :: %Ory.Model.ManageSessionsResponse{
  more: boolean() | nil,
  processed: integer() | nil
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
