Do you know why I receive all the records with this query :
$pictures = Picture::latest()->limit(100)->paginate(18);
I should only get 100, but he gives them all to me It's probably a parameter I'm forgetting but it doesn't seem illogical to me
Thanks in advance