// Do we still need this ?
const mongoose = require("mongoose");
module.exports = mongoose.model(
"weapons",
new mongoose.Schema({
Categories: {
type: Array,
default: [],
},
Primary: {
Secondary: {
Equipment: {
OperatorSkill: {
Perk: {
})
);