count(); } public static function countOfLastWeek() { return Customer::ofLastWeek()->count(); } public static function countOfLastMonth() { return Customer::ofLastMonth()->count(); } public static function getModel() { return Customer::query(); } }