$this->create(), range(0, $amount)); return collect($models); } protected function hideTimestamps(): void { $this->getModelInstance()->makeHidden(['created_at', 'updated_at', 'deleted_at']); } protected function hideCanAttribute(): void { $this->getModelInstance()->makeHidden(['can']); } }