ContentUpdateBodyDto: {
    description?: string;
    fileIds?: string[];
    title?: string;
    visibility?: "PRIVATE" | "SHARED" | "PUBLIC";
}