pub async fn get_by_ids(
    conn: &mut PgConnection,
    ids: &[Uuid]
) -> ModelResult<Vec<PeerOrSelfReviewSubmission>>