'date', 'total_scans' => 'integer', 'total_weight_kg' => 'integer', 'unique_households' => 'integer', 'missed_pickups' => 'integer', ]; } public function barangay(): BelongsTo { return $this->belongsTo(Barangay::class); } }