EntitiesAddresscoverUrl$Copy page|View as Markdown|Open in Claude|More actionsget coverUrl$(): Observable<string | undefined> Observable of the cover image URL. coverUrl get coverUrl(): string | undefined Cover image URL. Examples address.coverUrl$.subscribe((coverUrl) => { console.log('coverUrl:', coverUrl);});