*/ public function sections() : array { return $this->where('role','admin')->findAll(); } }