Report returned from live pod mutation calls.
@type t() :: %Jido.Pod.Mutation.Report{ added: [atom() | binary()], failures: map(), mutation_id: binary(), removed: [atom() | binary()], requested_ops: [any()], started: [atom() | binary()], status: atom(), stopped: [atom() | binary()], topology_version: integer() }
@spec schema() :: Zoi.schema()