virtual / calculated fields
canonical example is you have first, last name fields and want a fullName that just concats them.
In my data model, it more just seems pure objects and I'm not even sure if there are underlying classes that I could patch methods onto that can look into the data of the object.
