Location
    .findOne()
    .where('coordinate.lng', data.coordinate.lng)
    .where('coordinate.lat', data.coordinate.lat)
    .where('created_by', data.created_by)