i have this method with 9 params ``` fun build(...
# codereview
t
i have this method with 9 params
Copy code
fun build(
    dossier: DossierOutput,
    owner: TalentOutput?,
    account: AccountOutput?,
    parentAccount: AccountOutput?,
    project: ProjectExtended?,
    workspace: WorkspaceOutput,
    activities: Collection<ActivityOutput>,
    tasks: Collection<TaskOutput>,
    clock: Clock,
  ): DossierForSearch