module Ecom module Core class LookupSerializer include FastJsonapi::ObjectSerializer attributes :name, :type end end end