OBJECT
A collection of "Expenses"
type ExpenseCollection implements Collection {offset: Int limit: Int totalCount: Int nodes: [Expense] }