pub trait PageRepository { fn add(page: Page, site_id: SiteId) -> PageId; fn delete(page_id: PageId) -> bool; }