---
title: "SearchRepository"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/searchrepository/"
source: "https://container-registry.com/docs/harbor-api-client/model/searchrepository/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/searchrepository/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/searchrepository/index.md>. Site index: <https://container-registry.com/llms.txt>.


# SearchRepository

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project_id** | **int** | The ID of the project that the repository belongs to | [optional] 
**project_name** | **str** | The name of the project that the repository belongs to | [optional] 
**project_public** | **bool** | The flag to indicate the publicity of the project that the repository belongs to (1 is public, 0 is not) | [optional] 
**repository_name** | **str** | The name of the repository | [optional] 
**pull_count** | **int** | The count how many times the repository is pulled | [optional] 
**artifact_count** | **int** | The count of artifacts in the repository | [optional] 



