pub async fn insert_page_audio(
    conn: &mut PgConnection,
    page_id: Uuid,
    audio_file_path: &str,
    mime_type: &str
) -> ModelResult<()>