Database pointer showing no attributes

Hello. I have 3 pointers under an object (asset). 2 of them works but 1 of them doesn’t show their attributes. It’s a custom class. When I check it on database (click on pointer icon) it shows the correct data but when I fetch the asset, it doesn’t show the attributes section. How can I fix this?

What did you try?
It should work. Sometimes you need to use .select and .include and to explicitly try to get the structure from the result

1 Like

I couldn’t understand why it fetches the other columns and not that but .include did the trick, thank you so much!

1 Like