Products

Filter catalogue records using category-specific MongoDB attributes.

Create Product
Clear

Lenovo ThinkPad X1 Carbon

Lightweight business laptop with a compact screen.

Category
Laptops
Price
£899.99
Condition
Used
{
  "brand": "Lenovo",
  "cpu": "Intel i7",
  "ramGb": 16,
  "storageGb": 512,
  "screenSizeInches": 14,
  "ports": [
    "USB-C",
    "HDMI"
  ]
}
View Edit

Dell XPS 13

Portable laptop with high-resolution display.

Category
Laptops
Price
£1099.99
Condition
Refurbished
{
  "brand": "Dell",
  "cpu": "Intel i5",
  "ramGb": 16,
  "storageGb": 512,
  "screenSizeInches": 13,
  "ports": [
    "USB-C"
  ]
}
View Edit

Apple MacBook Pro 14

Professional laptop for development and creative work.

Category
Laptops
Price
£1599.99
Condition
Used
{
  "brand": "Apple",
  "cpu": "M3 Pro",
  "ramGb": 18,
  "storageGb": 512,
  "screenSizeInches": 14,
  "ports": [
    "USB-C",
    "HDMI",
    "SD"
  ]
}
View Edit

Sony WH-1000XM5

Wireless headphones with active noise cancellation.

Category
Headphones
Price
£249.99
Condition
Used
{
  "brand": "Sony",
  "noiseCancelling": true,
  "batteryLifeHours": 30,
  "connection": [
    "Bluetooth",
    "3.5mm"
  ],
  "colour": "Black"
}
View Edit

Bose QuietComfort

Comfortable headphones for travel and commuting.

Category
Headphones
Price
£199.99
Condition
Refurbished
{
  "brand": "Bose",
  "noiseCancelling": true,
  "batteryLifeHours": 24,
  "connection": [
    "Bluetooth"
  ],
  "colour": "Silver"
}
View Edit

Audio-Technica M50x

Studio headphones with wired connection.

Category
Headphones
Price
£119.99
Condition
New
{
  "brand": "Audio-Technica",
  "noiseCancelling": false,
  "batteryLifeHours": 0,
  "connection": [
    "3.5mm"
  ],
  "colour": "Black"
}
View Edit

The Left Hand of Darkness

Classic science fiction novel.

Category
Books
Price
£8.99
Condition
Used
{
  "author": "Ursula K. Le Guin",
  "genre": "Science Fiction",
  "format": "Paperback",
  "pageCount": 320,
  "language": "English"
}
View Edit

Clean Code

Software development book about maintainable code.

Category
Books
Price
£24.99
Condition
Used
{
  "author": "Robert C. Martin",
  "genre": "Technology",
  "format": "Hardback",
  "pageCount": 464,
  "language": "English"
}
View Edit

Norwegian Wood

Literary fiction paperback.

Category
Books
Price
£6.99
Condition
Used
{
  "author": "Haruki Murakami",
  "genre": "Literary Fiction",
  "format": "Paperback",
  "pageCount": 296,
  "language": "English"
}
View Edit

Trek FX 2

Hybrid bicycle for commuting and leisure rides.

Category
Bicycles
Price
£399.99
Condition
Used
{
  "brand": "Trek",
  "bikeType": "Hybrid",
  "frameSize": "M",
  "wheelSizeInches": 28,
  "gearCount": 21
}
View Edit

Specialized Rockhopper

Mountain bike for trails and mixed terrain.

Category
Bicycles
Price
£549.99
Condition
Used
{
  "brand": "Specialized",
  "bikeType": "Mountain",
  "frameSize": "L",
  "wheelSizeInches": 29,
  "gearCount": 18
}
View Edit

Brompton C Line

Folding bicycle for city travel.

Category
Bicycles
Price
£899.99
Condition
Refurbished
{
  "brand": "Brompton",
  "bikeType": "Folding",
  "frameSize": "One Size",
  "wheelSizeInches": 16,
  "gearCount": 6
}
View Edit