Models
A Model in Cloesce defines a structure hydrated from stores of persistent data, such as:
Models do not exist in just one layer of your full stack application: they are a first class citizen across the frontend, backend, and database layers of your application.
This chapter will cover how to define Models that utilize Environment Bindings, and the relationships that can be defined between Models.