Entities ======== The ``datamint.entities`` module provides the core data structures that represent various objects within the DataMint ecosystem. These entities are built using `Pydantic `_ models, ensuring robust data validation, type safety, and seamless serialization/deserialization when interacting with the DataMint API. .. automodule:: datamint.entities :members: :undoc-members: :show-inheritance: