// // Created by projector-user on 11/1/21. // #include "query.h" std::vector Query::find(const nlohmann::json &json) { return std::vector(); }