pub type GetDatabaseResponse = Database;
pub struct GetDatabaseResponse { pub id: Uuid, pub name: String, pub tenant: String, }
id: Uuid
name: String
tenant: String