Multiple 'pages' sections in one page

Hi there,

is it possible to have many pages sections in one page, like so :

  members:
    type: pages
    label: Les membres du collectif
    template:
      - member
      - band
    layout: cardlets
  bands:
    type: pages
    label: Les projets du groupe
    template: band
    layout: cardlets

It displays great at first, but, when I try to order manually it messes out and duplicate ordrer attributes in the content folder, resulting in wrong order in the panel.

like :

1_band_A
1_musiciann_A

Tried over 2 differents kirby projects and the behaviour is the same. Maybe it’s not possible ? It would have be great to separate child pages by types.

Thanks !