# frozen_string_literal: true require 'fractal_api/base_model' module FractalApi class Category < BaseModel attributes :id, :name, :details end end