pub async fn get_all_for_course(
    conn: &mut PgConnection,
    course_id: Uuid
) -> ModelResult<Vec<PageVisitDatumSummaryByPages>>