* @brief Retrieves the pin count of a page. If the page does not exist in memory, return `std::nullopt`. * * This function is thread safe. Callers may invoke this function in a multi-threaded environment where multiple threads * access the same page. * * This function is intended for testing purposes. If this function is implemented incorrectly, it will definitely cause * problems with the t