Skip to main content
It stores category information.
Field NameData TypeDescriptionNested Fields
_idstringUnique identifier for each document within collection0
category_idstringUnique identifier for category0
namestringName of specific category.0
slugstringField for slug0
parent_idstringUnique identifier for parent0
descriptionstringField for description0
meta_titlestringField for meta title0
meta_descriptionstringField for meta description0
meta_keywordsstringField for meta keywords0
created_atstringTimestamp when the record was created0
updated_atstringTimestamp when the record was updated0
statusstringCurrent status of category, active or not0
deletedbooleanField for deleted0
hiddenbooleanUnique identifier for hidden0
privatebooleanField for private0
{
    "_id": {
        "$oid": "685ff975b203ad24c12c3ced"
    },
    "category_id": "1a2a3db1-e858-4cbd-afe7-37a7b0bea0cd",
    "name": "Clothing",
    "slug": "clothing",
    "parent_id": null,
    "description": "Step into the world of sartorial elegance with our diverse range of clothing options that cater to every style preference and occasion. From chic and sophisticated workwear to laid-back casual pieces and glamorous evening attire, our collection offers something for every fashion-forward individual. Whether you are a trendsetter, a classic enthusiast, or a style chameleon, our clothing category is designed to inspire and empower individuals to express their unique personality through fashion.",
    "meta_title": "Clothing | Ekyam Fashion",
    "meta_description": "Explore premium clothing collection. Shop the latest trends and styles at Ekyam.",
    "meta_keywords": "clothing, fashion, style, ekyam, premium",
    "created_at": {
        "$date": "2025-06-28T14:16:25.608Z"
    },
    "updated_at": {
        "$date": "2025-06-28T14:16:25.608Z"
    },
    "status": "active",
    "deleted": false,
    "hidden": false,
    "private": false
}