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