How to get rid of this warning? Type 'ColumnDef<{ _id: Id<"files">; _creationTime: number; shouldDelete?: boolean | undefined; name: string; type: "image" | "csv" | "pdf"; orgId: string; fileId: Id<"_storage">; userId: Id<"users">; } & { ...; }>[]' is not assignable to type 'ColumnDef<{ isFavorited: boolean; url: string | null; _id: Id<"files">; _creationTime: number; shouldDelete?: boolean | undefined; name: string; type: "image" | "csv" | "pdf"; orgId: string; fileId: Id<...>; userId: Id<...>; }, unknown>[]'.