API ReferenceTypesGetArchivedProjectsCountArgsOn this pageGetArchivedProjectsCountArgs type GetArchivedProjectsCountArgs = { joined?: boolean | null; workspaceId?: string | null;}; Arguments for counting archived projects. See https://developer.todoist.com/api/v1/#tag/Projects/operation/count_projects_archived_api_v1_projects_archived_count_get Properties joined? optional joined: boolean | null; workspaceId? optional workspaceId: string | null;