info: name: Get Library Stats type: http seq: 14 http: method: GET url: "{{base_url}}/api/libraries/{{library_id}}/stats" headers: - name: "" value: application/json auth: inherit runtime: scripts: - type: tests code: |- test_get_library_stats_success(status, headers, body) { if (status !== 200) { throw new Error("Expected status 200, got " + status); settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5 docs: |- ## Get Library Stats Retrieves statistical information about a library's media items. **Method:** GET **Endpoint:** /api/libraries/{id