Skip to content

Commit

Permalink
feat: add pagecount for modelpages
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiocro committed Aug 20, 2015
1 parent 4f3cd07 commit b1c1a72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/models/Modelpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module.exports = {

catalog : { model: 'catalog' },

page : { type: 'integer' }
page : { type: 'integer' },

pagecount : { type: 'integer' }
}
};

0 comments on commit b1c1a72

Please sign in to comment.