Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f24679a + ba629fc commit 2f70661Copy full SHA for 2f70661
index.js
@@ -71,6 +71,7 @@ module.exports = {
71
cosmic.objects.all = objects;
72
cosmic.object = _.map(objects, keyMetafields);
73
cosmic.object = _.keyBy(cosmic.object, "slug");
74
+ cosmic.total = response.total;
75
return callback(false, cosmic);
76
});
77
},
0 commit comments