pub async fn delete_page_and_exercises(
    conn: &mut PgConnection,
    page_id: Uuid
) -> ModelResult<Page>