In Akan, `constant.ts` is where you describe the shape of your data. The easiest way to design it is to start from the page or API that will read the data.
A simple rule is: keep small data that is read together in one document, and split data that keeps growing into another model.