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