Working with Models
All ExpressionEngine models (both built-in and third-party) can be accessed and manipulated using model service.
The model service allows to to fetch model instances and grab their relationships as well as perform changes.
All models have a set of methods available to get and set the data, however some models also define their own set of methods.