OBJECT
A collection of "Hosts"
type HostCollection implements Collection {offset: Int limit: Int totalCount: Int nodes: [Host] }