In the example, they gave one example field only to display the structure of the definition. You can enter several fields in embedded documents.
embeds_one is used when there are several fields in the embedded document that you do not want to store in the main document. When some fields are not mandatory for all documents that we do not enter in the main document, because this will make the document heavy. Instead, we introduce an embedded document that you can create based on the requirements of the main document.
source share