- Remove @nestjs/swagger decorators (package not installed) - Fix controller to use @Request() req for accessing workspaceId - Fix service to properly handle nullable Prisma fields (summary) - Fix update method to conditionally build update object - Add missing tag DTOs to satisfy dependencies Resolves compilation errors and ensures type safety.