Is naming relation fields in strapi impossible?

System Information
  • Strapi Version: 3.6.8
  • Operating System: ubuntu 18.04.5
  • Database: mariadb
  • Node Version: v14.16
  • NPM Version: 6.14.11
  • Yarn Version: 1.22.5

Hey guys!

I think it is best to just show you my case with picture and then ask the questions. So there we go:
I have a collection type authors.
and a collection type posts.
I have created a many-to-many (m:n) relation between them.
NOTE: I could only upload one image, so here is the (probably only temporarily available) link to the images I created for this question on imgur. images


Now I can successfully connect them by clicking my authors collection and then clicking on “posts” on the right and selecting the individual post. (Here first post, second post, etc…)

My question now:

  • Is it possible to change the attribute that is shown here to another one? In the above picture it displays the posts by their “caption” attribute. How could I change that so the value of the “description” attribute will be displayed in this field?

(It looks like it takes the first attribute that was ever manually created for the given entity. Which is fine at first but can cause trouble if stuff changes, and stuff will change)

thank you in advance!