+__PACKAGE__->make_paginated(ONLY => [ qw(list) ]);
+
+__PACKAGE__->make_sorted(
+ ONLY => [ qw(list) ],
+
+ package_name => 'Package name',
+ type => 'Execution type',
+ active => 'Active',
+ cron_spec => 'Execution schedule',
+ last_run_at => 'Last run at',
+ next_run_at => 'Next run at',
+);
+