I need help with searching objects in my collection based on the weekdays property. I want to send an array of days ['sunday', 'friday'] and retrieve all objects that have either sunday or friday included in their weekdays property. Should I use a specific operator for this, or should I create a custom solution from scratch? Your assistance is appreciated! Thank you!