'integer', 'publish_status' => 'integer', 'is_top' => 'boolean', 'published_at' => 'datetime', ]; } public function author(): BelongsTo { return $this->belongsTo(User::class, 'author_id'); } }