pub async fn get_chapter( conn: &mut PgConnection, chapter_id: Uuid, ) -> ModelResult<DatabaseChapter>