OBJECT
A collection of "Accounts"
type AccountCollection implements Collection {offset: Int limit: Int totalCount: Int nodes: [Account] }