npd().table('complex_table')
      .where('hash_key', 'key1')
      .filterNotContains('numberSet', 2)
      .then(function(data){
        expect(data.Count).to.equal(0);