Getting:
Expected only defined properties, got key ["data", "attributes", "authors"].
This is my create action:
create :create do
primary? true
argument :authors, {:array, :map}
accept [..someparams]
change manage_relationship(:authors, type: :create)
end


















