diff --git a/services/gunDB/contact-api/key.js b/services/gunDB/contact-api/key.js index 4e7e3115..554ddb92 100644 --- a/services/gunDB/contact-api/key.js +++ b/services/gunDB/contact-api/key.js @@ -48,3 +48,7 @@ exports.WALL = 'wall' exports.NUM_OF_PAGES = 'numOfPages' exports.PAGES = 'pages' + +exports.COUNT = 'count' + +exports.CONTENT_ITEMS = 'contentItems'