class Maglev::Theme::SectionCategory

def self.build_many(list)

def self.build_many(list)
  (list || []).map { |hash| build(hash) }
end