'integer', 'status' => 'integer', ]; } public function leads(): HasMany { return $this->hasMany(Lead::class); } }