5👍
✅
Use a ToManyField
instead of ForeignKey and tell it the attribute is album_set
. To get the full resource to be included, specify full=True
.
Source:stackexchange.com