I am trying to get 100 newest photos, like
client.tag_recent_media("cat", count: 100)
but it always return around 40 photos (sometimes 36, sometimes 38 and sometimes 40). I am working with this gem.
Is there any wat to fetch 100 photos or 40 is the limit?
Thanks