viewable() ->where("type", "!=", "album") ->order_by("view_count", "DESC") ->find_all($quantity); ?>