AsCollection::class, "languages" => AsCollection::class, "technologies" => AsCollection::class, "projects" => AsCollection::class, ]; protected $perPage = 50; public function user(): BelongsTo { return $this->belongsTo(User::class); } protected static function newFactory(): ResumeFactory { return ResumeFactory::new(); } }