store.dispatch(reset({
        collectionName: 'posts',
        items: [
          {id: 5, title: 'Some post'},
          {id: 6, title: 'Other post'}