accessing instanceRows ^ (self instances at: 'hosts') collect: [:rawRow | | newRow | newRow := OrderedCollection new. self columnKeys do: [:key | newRow add: (rawRow at: key) ]. newRow ].