# Datasets Datasets are stored in the {cpp:class}`mv::AbstractDataManager` and their lifetime is tracked by the model classes below. ```{note} This API is **stable** and intended for use by **core developers**. Plugin developers typically do not need to interact with it directly, as it is fully wrapped by the {cpp:class}`mv::AbstractDataManager`. ``` ```{toctree} :maxdepth: 1 abstract_datasets_model datasets_list_model datasets_filter_model ```