Hello!
when using a join, Payload is adding a redundant "Type" column, despitem e explicitely saying I don't want it. How can i remove this column? it's taking /# the UI up with information that is implicit.
{
name: "__children",
label: "Child Learning Objectives",
type: "join",
collection: "question-bank-learning-objectives",
on: "_parent",
admin: {
defaultColumns: ['publicId', 'text', 'source'],
}
}
thanks!