/api/v1/books/total

GET /api/v1/books/total

Description

This endpoint allows developers to retrieve the total count of books available in the database.

Parameters

No parameters required (and/or available).


Request

Response

The response will show the total count of books available in the book collection.

    {
    "total_books": 37
    }