pub fn person(
caps: &ServerCapabilities,
user_id: &str,
person_id: &str,
) -> StringExpand description
A person as an item.
Jellyfin serves people through the ordinary user-item endpoint rather than
anything under /Persons; the cast entries on an item’s People field carry
the ids this is called with.
TRACES: UR-035, UR-036, UR-085 | IR-022, JA-030, DR-279