Explanation of Page Bundles

content/
└── books
    ├── book-1.md         <-- page
    ├── book-2            <-- page bundle, specifically a leaf bundle
    │   ├── cover.jpg
    │   └── index.md
    └── book-3            <-- page bundle, specifically a branch bundle
        ├── chapter-1.md
        ├── chapter-2.md
        ├── cover.jpg
        └── _index.md

https://gohugo.io/content-management/page-bundles