pub async fn los(
uri: Option<SymbolUri>,
a: Option<ArchiveId>,
p: Option<String>,
m: Option<String>,
s: Option<String>,
problems: bool,
) -> Result<Vec<(DocumentElementUri, ParagraphOrProblemKind)>, BackendError<ServerFnErrorErr>>