Index on admin1_code:


A sparse index doesn't contain documents where the field-to-be-indexed is NULL:


db.cities.createIndex( { admin1_code: 1 }, *{ sparse: true }* );