Lastfm.Client.scrobbles

You're seeing just the callback scrobbles, go back to Lastfm.Client module for more information.

Specs

scrobbles(user(), {page(), limit(), from(), to()}, t()) ::
  {:ok, map()} | {:error, term()}

Returns the scrobbles of a user for a given time range.

See Lastfm API documentation for more details.