class Lookbook::Collection

def hierarchy_depth

def hierarchy_depth
  @path ? @path.split("/").size : 0
end