ListRepositoryResponse: {
    limit: number;
    offset: number;
    repositories: RepositoryResponse[];
    totalCount: number;
}

Type declaration