/**
  * @return static
  */
 public function getRecent()
 {
     return TodoList::all()->take(10);
 }