[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [RequestEntriesResponse](./puppeteer.protocol.cachestorage.requestentriesresponse.md) > [returnCount](./puppeteer.protocol.cachestorage.requestentriesresponse.returncount.md) ## Protocol.CacheStorage.RequestEntriesResponse.returnCount property Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage. Signature: ```typescript returnCount: number; ```