#pragma once #include "record_proxy.hpp" #include "edges.hpp" class EdgeProxy : public RecordProxy { // TODO: implementation };