> For the complete documentation index, see [llms.txt](https://wplake.gitbook.io/advanced-views/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wplake.gitbook.io/advanced-views/display-content/object-fields.md).

# Object fields

Advanced Views supports object fields (such as [Post.Author](https://docs.advanced-views.com/display-content/wordpress/post) or [Relationship](https://docs.advanced-views.com/display-content/meta-fields/relationship-fields/relationship)) out-of-the-box.

For instance, consider a company page that includes a team members (users) field, which contains a list of users (their IDs). When you choose object fields like these, Advanced Views automatically adds a loop to display the field items in the current Twig template.&#x20;

However, your goal is unlikely to just display user IDs, so Advanced Views automatically retrieves the data for the selected object IDs and passes into the loop.

{% hint style="info" %}
By default, for object field items, Advanced Views retrieves the title and link to the chosen object (User, Post, or Taxonomy). You can retrieve any data from the object items by assigning a *Layout* in the Field Layout settings. You can check the [Relationship field](https://docs.advanced-views.com/display-content/meta-fields/relationship-fields/relationship) for a practical example.
{% endhint %}
