Why filtering by import_created_at does not work? I have a Spring Boot Application and MongoDB as database. I have Mongo collection items and 2 documents there: I have entity classes for items: and and and and and And I have repository class: When I call the repo method findAllByFilters without filters (only by contractId = 1) it returns 2 documents