public function getByIds(array $ids) : DbCollection
 {
     return $this->model->whereIn('id', $ids)->get();
 }