Connection Error

Invalid ` globalPrisma.vod.findMany()` invocation in /home/ubuntu/new-ott/ott-api-server/modules/web/webDashboard/webDashboardService.js:1405:20 1402 // const modified 1403 1404 const [vodList, seriesList] = await globalPrisma.$transaction([ → 1405 globalPrisma.vod.findMany({ where: { vodType: { not: "EPISODE" }, approvalStatus: "APPROVED", activeStatus: "ACTIVE", vodTranscodingStatus: "COMPLETE", vodCategory: { some: { + categoryId: { + equals: Int | IntFieldRefInput, + in: Int[], + notIn: Int[], + lt: Int | IntFieldRefInput, + lte: Int | IntFieldRefInput, + gt: Int | IntFieldRefInput, + gte: Int | IntFieldRefInput, + not: Int | NestedIntFilter + } } } }, take: 1000, orderBy: { updatedAt: "desc" }, select: { vodId: true, vodName: true, vodGenre: { select: { genre: { select: { genreName: true, genreId: true } } } }, vodCategory: { select: { category: { select: { categoryId: true, categoryName: true } } } }, originCountry: true, productionCountries: true, synopsis: true, releaseDate: true, posterImage: true, devicePosterImage: true, bannerURL: true, deviceBannerURL: true, upcoming: true, totalLikes: true, IMDBRating: true, RottenTomatoRating: true, minimumAge: true, updatedAt: true, isPremium: true, publishTime: true, tags: true, tagsDesign: true } }) Argument `categoryId` is missing.