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