Database

[{array:[1,2,3,4,5,6]}]

Query

db.collection.aggregate([{$project:{_id:1,array:{$slice:["$array",2,{$size:"$array"}]}}}])

Result