Property 'category' is missing in type '{ createdAt: Date; id: string; isFavorite: false; name: string; parentId: string; path: null; updatedAt: Date; userId: string; }' but required in type '{ id: string; userId: string; parentId: string | null; name: string; path: string | null; isFavorite: boolean; category: FolderCategory; createdAt: Date; updatedAt: Date; }'.