---
title: "Get item counts."
method: GET
path: "/Items/Counts"
tags: ["Library"]
---

# Get item counts.

`GET /Items/Counts`

## Query parameters

- `userId` string, uuid, nullable — Optional. Get counts from a specific user's library.
- `isFavorite` boolean, nullable — Optional. Get counts of favorite items.

## Response `200`

Item counts returned.

- ItemCounts — Class LibrarySummary.
  - `MovieCount` integer — Gets or sets the movie count.
  - `SeriesCount` integer — Gets or sets the series count.
  - `EpisodeCount` integer — Gets or sets the episode count.
  - `ArtistCount` integer — Gets or sets the artist count.
  - `ProgramCount` integer — Gets or sets the program count.
  - `TrailerCount` integer — Gets or sets the trailer count.
  - `SongCount` integer — Gets or sets the song count.
  - `AlbumCount` integer — Gets or sets the album count.
  - `MusicVideoCount` integer — Gets or sets the music video count.
  - `BoxSetCount` integer — Gets or sets the box set count.
  - `BookCount` integer — Gets or sets the book count.
  - `ItemCount` integer — Gets or sets the item count.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
