How to Filter Results on Deeply Nested fields in Strapi

Hello, and when i have

	filters: {
			work_category: {
				slug: {
					$in: some,some,
        },
			},
		},

not one but multiple it not work