it('Should find rows with filterContains(numberSet 2)', function(done){
      npd().table('complex_table')
      .where('hash_key', 'key1')
      .filterContains('numberSet', 2)
      .then(function(data){