pub async fn get_chapters_pages_with_exercises(
conn: &mut PgConnection,
chapters_id: Uuid,
) -> ModelResult<Vec<PageWithExercises>>
pub async fn get_chapters_pages_with_exercises(
conn: &mut PgConnection,
chapters_id: Uuid,
) -> ModelResult<Vec<PageWithExercises>>