ImageColumn and multiple avatars
shouldnt
ImageColumn::make('belongsToManyRelationship.avatar') work? according to the docs, it looks like it should. Now all avatars would be defaults, but I checked with tinker and each of the relationships do return the avatar url, but not getting anything in the column. If I try using getStateUsing() to troubleshoot it, it says it only handles a string, which I would think wouldn’t be the case for multiple image support.