> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.Supporting_types.CommunitySearchResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface CommunitySearchResult

Search returns only an authorized message projection, never raw Entity data or a selector that would let the caller retrieve a private record later.

```typescript
interface CommunitySearchResult {
    items: readonly CommunitySearchItem[];
}
```

Types: [items](#items), [CommunitySearchItem](core.Supporting_types.CommunitySearchItem.md)

##### Index

### <a id="properties"></a>Properties

[items](#items)

## <a id="properties-1"></a>Properties

### <a id="items"></a>items

```typescript
items: readonly CommunitySearchItem[]
```

Types: [CommunitySearchItem](core.Supporting_types.CommunitySearchItem.md)
