A virtual field allows to access a field of a referenced document.
For example, the Books collection has an Author field of type document reference, that points to the Authors collection.
In order to access the Birthdate of the Author from a Book, you can just add a virtual field called Author birthdate to Books. A virtual field requires a document reference and the external field to expose.