Annotation is added, but it is not saved, is there any save function that I am missing? qp = QuPathProject(project_path, 'r+') image = qp.images[4] square = Polygon([[0, 0], [0, 1000], [1000, 1000], [1000, 0]]) image.hierarchy.add_annotation(square) <img width="380" alt="image" src="https://github.com/Bayer-Group/paquo/assets/9995866/821fc7d6-8220-406b-b48a-a304d1ef96f5">