diff --git a/helpers/api/kind.js b/helpers/api/kind.js index 6195ebc..0b34423 100644 --- a/helpers/api/kind.js +++ b/helpers/api/kind.js @@ -58,7 +58,9 @@ export class KindList extends PaginatedList { return this.pages.map( kindPage => { return { path: makeKindFilePath({ kindSlug: this.kindSlug, number: kindPage.number }), - content: this.list + content: { + items: kindPage.items + } } }) }