<@U9DPCUAB0> Properties like `ID` can go into an i...
# getting-started
r
@ursus Properties like
ID
can go into an interface that your data classes implement, if you need them for, say, a persistence layer that operates on your data model polymorphically. But using inheritance extensively in your data model is usually more trouble than its worth.