Is there a limitation to only add one app embed block in theme app extensions

Hi,

I tried adding multiple app embed blocks in the same app and it only displays one of them. I checked the documentation for the theme app extension and did not find anything that specified that only a single app embed block is allowed per app.

// app-one.liquid
{% schema %}
{
  "name": "App 1",
  "target": "body",
  "settings": []
}
{% endschema %}

// app-two.liquid
{% schema %}
{
  "name": "App 2",
  "target": "body",
  "settings": []
}
{% endschema %}

Is this a limitation from Shopify or some other issue?

Thanks.