diff --git a/lexicons/app/bsky/feed/searchPosts.json b/lexicons/app/bsky/feed/searchPosts.json index 238fe77743b..34eb38f686e 100644 --- a/lexicons/app/bsky/feed/searchPosts.json +++ b/lexicons/app/bsky/feed/searchPosts.json @@ -32,7 +32,7 @@ "required": ["posts"], "properties": { "cursor": { "type": "string" }, - "hits_total": { + "hitsTotal": { "type": "integer", "description": "count of search hits. optional, may be rounded/truncated, and may not be possible to paginate through all hits" }, diff --git a/lexicons/app/bsky/unspecced/searchActorsSkeleton.json b/lexicons/app/bsky/unspecced/searchActorsSkeleton.json index f15ecf154f2..ed527a29f47 100644 --- a/lexicons/app/bsky/unspecced/searchActorsSkeleton.json +++ b/lexicons/app/bsky/unspecced/searchActorsSkeleton.json @@ -36,7 +36,7 @@ "required": ["actors"], "properties": { "cursor": { "type": "string" }, - "hits_total": { + "hitsTotal": { "type": "integer", "description": "count of search hits. optional, may be rounded/truncated, and may not be possible to paginate through all hits" }, diff --git a/lexicons/app/bsky/unspecced/searchPostsSkeleton.json b/lexicons/app/bsky/unspecced/searchPostsSkeleton.json index 3148ac0e31a..dccb046cb54 100644 --- a/lexicons/app/bsky/unspecced/searchPostsSkeleton.json +++ b/lexicons/app/bsky/unspecced/searchPostsSkeleton.json @@ -32,7 +32,7 @@ "required": ["posts"], "properties": { "cursor": { "type": "string" }, - "hits_total": { + "hitsTotal": { "type": "integer", "description": "count of search hits. optional, may be rounded/truncated, and may not be possible to paginate through all hits" },