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