'integer', 'today_count' => 'integer', 'options' => 'array', ]; public function report(): BelongsTo { return $this->belongsTo(PmisDailyWorkReport::class, 'report_id'); } }