returns
SELECT `return_status`, COUNT(*) AS `total` FROM `returns` GROUP BY `return_status` ORDER BY `total` DESC LIMIT 5000