public function getByPage($limit = 10, array $columns = ['*'])
 {
     return parent::getByPage($limit, $columns);
 }