Entity synonyms in training data

@apurva So for multiple entities, shouldn’t I be giving separate files for each one?

"entity_synonyms": [
            {
              "value": "french",
              "synonyms": "data/french.md"
            },
            {
              "value": "english",
              "synonyms": "data/english.md"
            },
      ]

or can I just give a single file with all the entities in it?