Considering this recipe: https://api.xivdb.com/recipe/32431
The items inside the tree do not contain i18n names, that's an issue because if you want the i18n name you have to do a request just for that while it's in the standard item model.
The only name property only contains current language item name.
Is it possible to add name_fr, name_de, name_en and name_jp fields to tree objects? This wouldn't be a breaking change but it allows way less requests for i18n purposes.