Una estructura que representa una consulta Bolty.
@type acc() :: any()
@type element() :: any()
@type key() :: any()
@type t() :: %Bolty.Response{ bookmark: String.t(), fields: list(), notifications: list(), plan: map(), profile: any(), records: list(), results: list(), stats: list() | map(), type: String.t() }
@type value() :: any()
statement
extra