Connection Error

Invalid ` globalPrisma.vod.findMany()` invocation in /home/ubuntu/new-ott/ott-api-server/modules/web/webDashboard/webDashboardService.js:1385:20 1382 // const modified 1383 1384 const [vodList, seriesList] = await globalPrisma.$transaction([ → 1385 globalPrisma.vod.findMany({ where: { approvalStatus: "APPROVED", activeStatus: "ACTIVE", 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.