#[napi(constructor)] pub struct Selector { pub order_by: Vec, pub select: Vec, pub r#struct: String, pub r#where: Option, }