I am working on easy admin list page. I have fields that depends on database. How could i add dynamic fields in yaml file ? Here season field may repeat depends on database
list:
title: "test"
fields:
- { property: name, label: "name" }
- { property: season, label: "season" }