This is because we check objects (vehicles in this case) for duplication using combination of object type, brand, model and production year.
In this particular case 2 different vehicles (квадроцикл \ снігохід) happened to have the same brand, model and production year, while object was assigned to "Other" (and the difference can be spotted because the description of other type is different)
Possible solution: add 'otherObjectType' field to duplicates detection.
For this declaration 3 separate vehicles were aggregated as 2
Initial declaration:
Aggregation:
This is because we check objects (vehicles in this case) for duplication using combination of object type, brand, model and production year.
In this particular case 2 different vehicles (квадроцикл \ снігохід) happened to have the same brand, model and production year, while object was assigned to "Other" (and the difference can be spotted because the description of other type is different)
Possible solution: add 'otherObjectType' field to duplicates detection.