class Lookbook::Collection

def items

def items
  @items.sort_by { |item| [item.hierarchy_depth, item.position, item.label] }
end