# 📏Size

## Specifying the backpack size

You have to use the `size` attribute, it's the number of rows.

For example this backpack has **2 rows**.

```yaml
example_2:
  display_name: '&fExample custom texture'
  item:
    type: ITEM
    material: DIAMOND
  size: 2
```

{% hint style="warning" %}

## Max number of rows is 6 (Minecraft chest)

{% endhint %}
