Description of feature
Instead of a dict with 6 fields, use a dataclass (we can keep the same field names) to formalize the schema. We should still be able to pickle the same object, or offer npz
-type serialization if needed.
Let's confirm with other developers before proceeding.