pub async fn count_teacher_facing_by_course_id(
conn: &mut PgConnection,
course_id: Uuid,
filters: &TeacherCreditRegistrationFilters<'_>,
) -> ModelResult<i64>Expand description
How many rows get_teacher_facing_by_course_id would return without a page limit.