Query in 'columns' option in radio field

Can I do something like this to get dynamic columns on a radio field?:

      defaultsize:
        label: Default size
        type: radio
        columns: page.sizes.toStructure.count
        options: query 
        query: 
          fetch: page.sizes.toStructure
          text: "{{ structureItem.size }}"
          value: "{{ structureItem.size }}"

… I mean I tried, can’t do it like that, perhaps another syntax?
Thanks

Nope.

:woman_shrugging: