{
'_id': 'w4442243',
'name' : 'Brondesbury Road',
'tags': {
'highway': 'secondary',
'ref' : 'B451',
'source_ref' : 'OS OpenData StreetView',
}
}
db.poi.find( { 'tags.highway' : 'secondary' } );
db.poi.find( { 'tags.highway' : { $exists : true } );