Right now, as a consumer, we have to know the "indexes" like [0][3] is always a title, [0][21] is always the description, it would be better to return an object instead, and it will make tests easier to fix :)
For example,
res {
status: Boolean,
data: {
title: String,
description: String,
mimetype: String
}
}