How to properly apply collection filtering in Magento 2? I am trying to get a collection of products with multiple conditions, but I cannot set up filters correctly. What are the best practices for using the addFieldToFilter method and what nuances should I keep in mind when filtering by multiple fields? Also, how to properly optimize queries so as not to encounter performance issues when working with large amounts of data?