I am currently programming a car management application. I would like to have a car model with various properties. However, this car model should not be page specific, but it should be used in the whole application. I can only find page models. Are there also “independent models”? What is best practise here?
Create a class and load it in a plugin. See relevant plugin chapters in the guide: Plugin Basics | Kirby CMS