---
elements:
  - type: Hidden
    name: count

  - type: Repeatable
    nested_name: outer
    counter_name: count
    elements:
      - name: foo

      - type: Hidden
        name: count

      - type: Repeatable
        nested_name: inner
        counter_name: count

        elements:
          - name: bar