'boolean', ]; public function articles(): BelongsToMany { return $this->belongsToMany(Article::class)->withTimestamps(); } }