I have two entities in my app: User & Expense. A user has many expenses. Expense as an attribute amount (of type Int32).
User
Expense
amount
I