fetchcount
Fetchcount is a term used in software development to denote a value associated with retrieving data from a source. In general, it refers to the number of items that have been fetched or are requested to be fetched during a data retrieval operation. The exact meaning varies by context, and fetchcount is not a universally standardized concept.
In API clients, fetchcount often relates to pagination or batch sizing. It may be exposed as a
Because there is no single standard, different libraries use different names such as itemCount, rowCount, or
Examples include a REST API returning an object with items and a fetchcount field that equals the