diff --git a/src/plugins/files/common/types.ts b/src/plugins/files/common/types.ts index a3d80fcfdfcd6..247340c583ea6 100644 --- a/src/plugins/files/common/types.ts +++ b/src/plugins/files/common/types.ts @@ -170,8 +170,7 @@ export type FileMetadata = Required< FileKind: string; /** - * User-defined metadata and some pre-defined system fields that can be used - * for searching and filtering. + * User-defined metadata. */ Meta?: Meta; };