Nested _index.md isn't rendered

Hi there

I’ve a question about nested _index.md’s.

In our current multilingual project we’ve the following structure:

content
    de
        _index.md
        about.md
        anyName
            _index.md
            someName.md
    en
        ....

When i build/render it, it gives the following output

public
    de
        index.html
        about
             index.html
        anyName
            someName
                index.html
    en

Somehow I’m missing the public/anyName/index.html. What have I done wrong or do I have a fundamental wrong understanding of branch bundles?