I’ve synchronized about 230GB between a Linux PC and a Synology DiskStation. On the NAS, under the “Linux PC” remote device, Syncthing says “Out of Sync Items: 3 items, ~77.7MiB”.
Clicking on this brings up the “Out of Sync Items - Linux PC” dialog, but there’s nothing listed in it. On the Linux PC, the NAS shows as “Up to Date”.
What are these 3 phantom items that are out of sync, yet invisible?
That most likely an “accounting” problem: When you click on the out of sync items, the database is searched for those items. However the status indication (number of files) was computed earlier on the fly. That means in reality nothing is out-of-sync, but the “accounting” is wrong. There are known issues with that in 1.6.1, which are fixed (plus there may of course be more problems, I hope not ).
To check you can run syncthing once with STRECHECKDBEVERY=1s environment variable set: That should resolve the issue.