> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lib.toolrinth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ProjectSearchResponse

```ts theme={"theme":"github-dark-high-contrast"}
export interface ProjectSearchResponse {
  hits: ProjectSearchResult[];
  offset: number;
  limit: number;
  total_hits: number;
}
```

## Properties

<ResponseField name="hits" type="ProjectSearchResult[]" required>Type: [ProjectSearchResult](/reference/type/ProjectSearchResult)</ResponseField>

<ResponseField name="offset" type="number" required />

<ResponseField name="limit" type="number" required />

<ResponseField name="total_hits" type="number" required />
