pub async fn list(owner_type: &str, owner_id: &str) -> Vec<Attachment>Expand description
List a record’s attachments for display. Returns empty (never errors to the caller) so the detail page renders even when the backend hiccups.
pub async fn list(owner_type: &str, owner_id: &str) -> Vec<Attachment>List a record’s attachments for display. Returns empty (never errors to the caller) so the detail page renders even when the backend hiccups.