This is an opaque implementation of a Series.
It represents an operation with its arguments.
@type t() :: %Explorer.Backend.LazySeries{ aggregation: boolean(), args: list(), backend: nil | module(), dtype: any(), op: atom(), resource: nil }