Type '{ pinnedNotes?: ({ text: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; id: string; userId: string; user: { host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "misskey.example.com"; readonly description: "The ...' is not assignable to type '{ name: string; id: string; userId: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly format: "id"; }>; isSensitive: SchemaType<{ readonly type: "boolean"; readonly optional: false; readonly nullable: false; }>; ... 10 more ...; createdAt: string; } & {} & { ...; }'.