select order_num, count(*) number, avg (total_price) average from items group by order_num having count(*) > 2;