class Snapshot:
    def __init__(self, id, size) -> None:
        super().__init__()

        self.id = id
        self.size = size