#pragma once struct Title { int64_t id; std::string name; std::string description; int64_t num; };